| Submitter | jeff.liu |
|---|---|
| Date | May 30, 2012, 2:59 p.m. |
| Message ID | <1338389946-13711-10-git-send-email-jeff.liu@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/161998/ |
| State | Not Applicable |
| Headers | show |
Comments
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/
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(-)