Skip to content
Snippets Groups Projects
Commit fa8b9007 authored by Sascha Hauer's avatar Sascha Hauer Committed by Jan Kara
Browse files

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: default avatarSascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 9dfa23c8
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,7 @@ COND_SYSCALL(flock); ...@@ -99,6 +99,7 @@ COND_SYSCALL(flock);
/* fs/quota.c */ /* fs/quota.c */
COND_SYSCALL(quotactl); COND_SYSCALL(quotactl);
COND_SYSCALL(quotactl_path);
/* fs/readdir.c */ /* fs/readdir.c */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment