2012-05-30 14:59:03

by Jeff Liu

[permalink] [raw]
Subject: [PATCH 09/12] container quota: add container disk quota entry to Makefile.

Make container disk quota source code could be compiled.

Signed-off-by: Jie Liu <[email protected]>
---
fs/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/Makefile b/fs/Makefile
index 2fb9779..bf835c5 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -52,6 +52,7 @@ obj-$(CONFIG_GENERIC_ACL) += generic_acl.o
obj-$(CONFIG_FHANDLE) += fhandle.o

obj-y += quota/
+obj-$(CONFIG_NS_QUOTA) += ns_dquot.o ns_quota.o

obj-$(CONFIG_PROC_FS) += proc/
obj-$(CONFIG_SYSFS) += sysfs/
--
1.7.9