Commit 65a22662 authored by Yan, Zheng's avatar Yan, Zheng Committed by Ilya Dryomov

ceph: support inline data feature

Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
parent e20d258d
...@@ -515,7 +515,8 @@ static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, ...@@ -515,7 +515,8 @@ static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt,
struct ceph_fs_client *fsc; struct ceph_fs_client *fsc;
const u64 supported_features = const u64 supported_features =
CEPH_FEATURE_FLOCK | CEPH_FEATURE_FLOCK |
CEPH_FEATURE_DIRLAYOUTHASH; CEPH_FEATURE_DIRLAYOUTHASH |
CEPH_FEATURE_MDS_INLINE_DATA;
const u64 required_features = 0; const u64 required_features = 0;
int page_count; int page_count;
size_t size; size_t size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment