Skip to content

Commit 65a2266

Browse files
ukernelidryomov
authored andcommitted
ceph: support inline data feature
Signed-off-by: Yan, Zheng <[email protected]>
1 parent e20d258 commit 65a2266

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fs/ceph/super.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@ static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt,
515515
struct ceph_fs_client *fsc;
516516
const u64 supported_features =
517517
CEPH_FEATURE_FLOCK |
518-
CEPH_FEATURE_DIRLAYOUTHASH;
518+
CEPH_FEATURE_DIRLAYOUTHASH |
519+
CEPH_FEATURE_MDS_INLINE_DATA;
519520
const u64 required_features = 0;
520521
int page_count;
521522
size_t size;

0 commit comments

Comments
 (0)