aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/Makefile
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/Makefile
parentquota: split out netlink notification support from quota.c (diff)
downloadlinux-dev-5582c76f901d240f57329212b59b4d957ea8d6cf.tar.xz
linux-dev-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 '')
-rw-r--r--fs/quota/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/quota/Makefile b/fs/quota/Makefile
index dcba20445ccb..5f9e9e276af0 100644
--- a/fs/quota/Makefile
+++ b/fs/quota/Makefile
@@ -3,4 +3,5 @@ obj-$(CONFIG_QFMT_V1) += quota_v1.o
obj-$(CONFIG_QFMT_V2) += quota_v2.o
obj-$(CONFIG_QUOTA_TREE) += quota_tree.o
obj-$(CONFIG_QUOTACTL) += quota.o
+obj-$(CONFIG_QUOTACTL_COMPAT) += compat.o
obj-$(CONFIG_QUOTA_NETLINK_INTERFACE) += netlink.o