commit | 7221fe4c2ed72804b28633c8e0217d65abb0023f | [log] [tgz] |
---|---|---|
author | Guangliang Zhao <lucienchao@gmail.com> | Mon Nov 11 15:18:03 2013 +0800 |
committer | Ilya Dryomov <ilya.dryomov@inktank.com> | Tue Dec 31 20:32:01 2013 +0200 |
tree | 70b02b121258635837f2db4b339a5fdcc014392a | |
parent | 61f68816211ee4b884dc0dda8dd4d977548f4865 [diff] [blame] |
ceph: add acl for cephfs Signed-off-by: Guangliang Zhao <lucienchao@gmail.com> Reviewed-by: Li Wang <li.wang@ubuntykylin.com> Reviewed-by: Zheng Yan <zheng.z.yan@intel.com>
diff --git a/fs/ceph/Makefile b/fs/ceph/Makefile index 32e3010..85a4230 100644 --- a/fs/ceph/Makefile +++ b/fs/ceph/Makefile
@@ -10,3 +10,4 @@ debugfs.o ceph-$(CONFIG_CEPH_FSCACHE) += cache.o +ceph-$(CONFIG_CEPH_FS_POSIX_ACL) += acl.o