quota: wire up quotactl_path
Wire up the quotactl_path syscall added in the previous patch. Link: https://lore.kernel.org/r/20210304123541.30749-3-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
@@ -483,6 +483,8 @@ asmlinkage long sys_pipe2(int __user *fildes, int flags);
|
||||
/* fs/quota.c */
|
||||
asmlinkage long sys_quotactl(unsigned int cmd, const char __user *special,
|
||||
qid_t id, void __user *addr);
|
||||
asmlinkage long sys_quotactl_path(unsigned int cmd, const char __user *mountpoint,
|
||||
qid_t id, void __user *addr);
|
||||
|
||||
/* fs/readdir.c */
|
||||
asmlinkage long sys_getdents64(unsigned int fd,
|
||||
|
||||
Reference in New Issue
Block a user