diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-02-16 03:44:55 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2010-03-05 00:20:25 +0100 |
commit | 5582c76f901d240f57329212b59b4d957ea8d6cf (patch) | |
tree | 3709746be14e89eebbd4099b59dff2aefc348167 /fs/quota/Kconfig | |
parent | 799a9d44023c069f46bc5933a930eab0bd37d0df (diff) |
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/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig index efc02ebb8c7..dad7fb247dd 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 |