aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2010-02-16 03:44:54 -0500
committerJan Kara <jack@suse.cz>2010-03-05 00:20:25 +0100
commit799a9d44023c069f46bc5933a930eab0bd37d0df (patch)
tree8c8a752f85ae5801e26e93be977491ea0cbb1fae /fs/quota/Makefile
parentquota: remove invalid optimization from quota_sync_all (diff)
downloadlinux-dev-799a9d44023c069f46bc5933a930eab0bd37d0df.tar.xz
linux-dev-799a9d44023c069f46bc5933a930eab0bd37d0df.zip
quota: split out netlink notification 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 68d4f6dc0578..dcba20445ccb 100644
--- a/fs/quota/Makefile
+++ b/fs/quota/Makefile
@@ -3,3 +3,4 @@ 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_QUOTA_NETLINK_INTERFACE) += netlink.o