aboutsummaryrefslogtreecommitdiffstats
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
parent799a9d44023c069f46bc5933a930eab0bd37d0df (diff)
downloadkernel_samsung_smdk4412-5582c76f901d240f57329212b59b4d957ea8d6cf.zip
kernel_samsung_smdk4412-5582c76f901d240f57329212b59b4d957ea8d6cf.tar.gz
kernel_samsung_smdk4412-5582c76f901d240f57329212b59b4d957ea8d6cf.tar.bz2
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 efc02eb..dad7fb2 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