summaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorYan, Zheng <zyan@redhat.com>2014-11-17 10:01:03 +0800
committerIlya Dryomov <idryomov@redhat.com>2014-12-17 20:09:53 +0300
commit65a22662bfe1a84d72b9bbd9146b6782b9e53478 (patch)
tree3634493bb25a26a5204a35022d58e8bfc3906f2b /fs/ceph
parente20d258d73a8d565b729b6fc0290e060daabd8b8 (diff)
downloadop-kernel-dev-65a22662bfe1a84d72b9bbd9146b6782b9e53478.zip
op-kernel-dev-65a22662bfe1a84d72b9bbd9146b6782b9e53478.tar.gz
ceph: support inline data feature
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/super.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index 989e86c..50f06cd 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;
OpenPOWER on IntegriCloud