diff options
| author | Sascha Hauer <[email protected]> | 2021-03-04 13:35:40 +0100 |
|---|---|---|
| committer | Jan Kara <[email protected]> | 2021-03-17 15:51:17 +0100 |
| commit | fa8b90070a80bb1a3042b4b25af4b3ee2c4c27e1 (patch) | |
| tree | a2d23fdec748b1eba871a2860af2502346f1968c /kernel/sys_ni.c | |
| parent | 9dfa23c8de925041b7b45637a1a80a98a22f19dd (diff) | |
quota: wire up quotactl_path
Wire up the quotactl_path syscall added in the previous patch.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sascha Hauer <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Diffstat (limited to 'kernel/sys_ni.c')
| -rw-r--r-- | kernel/sys_ni.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index 19aa806890d5..d24431782414 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c @@ -99,6 +99,7 @@ COND_SYSCALL(flock); /* fs/quota.c */ COND_SYSCALL(quotactl); +COND_SYSCALL(quotactl_path); /* fs/readdir.c */ |
