diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-02-16 11:44:54 +0300 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2010-03-05 02:20:25 +0300 |
commit | 799a9d44023c069f46bc5933a930eab0bd37d0df (patch) | |
tree | 8c8a752f85ae5801e26e93be977491ea0cbb1fae /fs/quota/Makefile | |
parent | a56fca23f67282467c08e75c40081da2345dfdbf (diff) | |
download | linux-799a9d44023c069f46bc5933a930eab0bd37d0df.tar.xz |
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 'fs/quota/Makefile')
-rw-r--r-- | fs/quota/Makefile | 1 |
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 |