summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorYan, Zheng2014-11-14 14:29:55 +0100
committerIlya Dryomov2014-12-17 18:09:52 +0100
commitfb01d1f8b0343f1b19be878cee89d089f06e9f38 (patch)
treec2cb02b48b5cf4df6d5a4bb59be63f07c5409b0b /fs/ceph/mds_client.h
parentlibceph: specify position of extent operation (diff)
downloadkernel-qcow2-linux-fb01d1f8b0343f1b19be878cee89d089f06e9f38.tar.gz
kernel-qcow2-linux-fb01d1f8b0343f1b19be878cee89d089f06e9f38.tar.xz
kernel-qcow2-linux-fb01d1f8b0343f1b19be878cee89d089f06e9f38.zip
ceph: parse inline data in MClientReply and MClientCaps
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r--fs/ceph/mds_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h
index 230bda791d4f..01f5e4cfd684 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -41,6 +41,9 @@ struct ceph_mds_reply_info_in {
char *symlink;
u32 xattr_len;
char *xattr_data;
+ u64 inline_version;
+ u32 inline_len;
+ char *inline_data;
};
/*