mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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:
@@ -99,6 +99,7 @@ COND_SYSCALL(flock);
|
||||
|
||||
/* fs/quota.c */
|
||||
COND_SYSCALL(quotactl);
|
||||
COND_SYSCALL(quotactl_path);
|
||||
|
||||
/* fs/readdir.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user