diff options
Diffstat (limited to 'fs/ceph/super.c')
| -rw-r--r-- | fs/ceph/super.c | 5 |
1 files changed, 2 insertions, 3 deletions
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, | |||
| 519 | { | 519 | { |
| 520 | struct ceph_fs_client *fsc; | 520 | struct ceph_fs_client *fsc; |
| 521 | const u64 supported_features = | 521 | const u64 supported_features = |
| 522 | CEPH_FEATURE_FLOCK | | 522 | CEPH_FEATURE_FLOCK | CEPH_FEATURE_DIRLAYOUTHASH | |
| 523 | CEPH_FEATURE_DIRLAYOUTHASH | | 523 | CEPH_FEATURE_MDSENC | CEPH_FEATURE_MDS_INLINE_DATA; |
| 524 | CEPH_FEATURE_MDS_INLINE_DATA; | ||
| 525 | const u64 required_features = 0; | 524 | const u64 required_features = 0; |
| 526 | int page_count; | 525 | int page_count; |
| 527 | size_t size; | 526 | size_t size; |
