Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ceph: support inline data feature



Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
parent e20d258d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -515,7 +515,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_DIRLAYOUTHASH |
		CEPH_FEATURE_MDS_INLINE_DATA;
	const u64 required_features = 0;
	int page_count;
	size_t size;