From d463a43d69f4af85887671d76182437775fd1631 Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Thu, 31 Mar 2016 15:53:01 +0800 Subject: ceph: CEPH_FEATURE_MDSENC support Signed-off-by: Yan, Zheng --- fs/ceph/super.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fs/ceph/super.c') diff --git a/fs/ceph/super.c b/fs/ceph/super.c index 452770dc9fc1..d714ab20ad24 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c @@ -519,9 +519,8 @@ static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, { struct ceph_fs_client *fsc; const u64 supported_features = - CEPH_FEATURE_FLOCK | - CEPH_FEATURE_DIRLAYOUTHASH | - CEPH_FEATURE_MDS_INLINE_DATA; + CEPH_FEATURE_FLOCK | CEPH_FEATURE_DIRLAYOUTHASH | + CEPH_FEATURE_MDSENC | CEPH_FEATURE_MDS_INLINE_DATA; const u64 required_features = 0; int page_count; size_t size; -- cgit