commit | 5582c76f901d240f57329212b59b4d957ea8d6cf | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Feb 16 03:44:55 2010 -0500 |
committer | Jan Kara <jack@suse.cz> | Fri Mar 05 00:20:25 2010 +0100 |
tree | 3709746be14e89eebbd4099b59dff2aefc348167 | |
parent | 799a9d44023c069f46bc5933a930eab0bd37d0df [diff] [blame] |
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>
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 @@ bool depends on XFS_QUOTA || QUOTA default y + +config QUOTACTL_COMPAT + bool + depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT + default y