aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/quota/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2010-02-16 03:44:55 -0500
committerJan Kara <jack@suse.cz>2010-03-05 00:20:25 +0100
commit5582c76f901d240f57329212b59b4d957ea8d6cf (patch)
tree3709746be14e89eebbd4099b59dff2aefc348167 /fs/quota/Kconfig
parentquota: split out netlink notification support from quota.c (diff)
downloadwireguard-linux-5582c76f901d240f57329212b59b4d957ea8d6cf.tar.xz
wireguard-linux-5582c76f901d240f57329212b59b4d957ea8d6cf.zip
quota: split out compat_sys_quotactl support from quota.c
Instead of adding ifdefs just split it into a new file. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/quota/Kconfig')
-rw-r--r--fs/quota/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig
index efc02ebb8c70..dad7fb247ddc 100644
--- a/fs/quota/Kconfig
+++ b/fs/quota/Kconfig
@@ -59,3 +59,8 @@ config QUOTACTL
bool
depends on XFS_QUOTA || QUOTA
default y
+
+config QUOTACTL_COMPAT
+ bool
+ depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT
+ default y