From: Yan, Zheng Date: Mon, 17 Nov 2014 02:01:03 +0000 (+0800) Subject: ceph: support inline data feature X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=65a22662bfe1a84d72b9bbd9146b6782b9e53478;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ceph: support inline data feature Signed-off-by: Yan, Zheng --- 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, 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;