diff options
-rw-r--r-- | fs/ceph/super.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c index 989e86cc1e73..50f06cddc94b 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c | |||
@@ -515,7 +515,8 @@ static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, | |||
515 | struct ceph_fs_client *fsc; | 515 | struct ceph_fs_client *fsc; |
516 | const u64 supported_features = | 516 | const u64 supported_features = |
517 | CEPH_FEATURE_FLOCK | | 517 | CEPH_FEATURE_FLOCK | |
518 | CEPH_FEATURE_DIRLAYOUTHASH; | 518 | CEPH_FEATURE_DIRLAYOUTHASH | |
519 | CEPH_FEATURE_MDS_INLINE_DATA; | ||
519 | const u64 required_features = 0; | 520 | const u64 required_features = 0; |
520 | int page_count; | 521 | int page_count; |
521 | size_t size; | 522 | size_t size; |