diff mbox

[09/12] container quota: add container disk quota entry to Makefile.

Message ID 1338389946-13711-10-git-send-email-jeff.liu@oracle.com
State Not Applicable, archived
Headers show

Commit Message

jeff.liu May 30, 2012, 2:59 p.m. UTC
Make container disk quota source code could be compiled.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
---
 fs/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

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/