summaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
diff options
context:
space:
mode:
authorYan, Zheng <zyan@redhat.com>2016-03-31 07:53:01 (GMT)
committerIlya Dryomov <idryomov@gmail.com>2016-05-25 23:15:31 (GMT)
commitd463a43d69f4af85887671d76182437775fd1631 (patch)
tree125e99a67c914de10c11a458bcaa789d543a655b /fs/ceph/super.c
parent235a09821c2bc71d9d07f12217ce2ac00db99eba (diff)
downloadlinux-d463a43d69f4af85887671d76182437775fd1631.tar.xz
ceph: CEPH_FEATURE_MDSENC support
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'fs/ceph/super.c')
-rw-r--r--fs/ceph/super.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index 452770d..d714ab2 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;