summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorJeff Layton2019-05-29 17:19:42 +0200
committerIlya Dryomov2019-07-08 14:01:43 +0200
commit245ce991cca55eb16cfc43d1655574121b8ed85f (patch)
tree32b34cf304d0670ba5ceab89ce0a0e3416c666ba /fs/ceph/mds_client.h
parentlibceph: rename ceph_encode_addr to ceph_encode_banner_addr (diff)
downloadkernel-qcow2-linux-245ce991cca55eb16cfc43d1655574121b8ed85f.tar.gz
kernel-qcow2-linux-245ce991cca55eb16cfc43d1655574121b8ed85f.tar.xz
kernel-qcow2-linux-245ce991cca55eb16cfc43d1655574121b8ed85f.zip
ceph: add btime field to ceph_inode_info
Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r--fs/ceph/mds_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h
index 330769ecb601..da2f53646217 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -69,6 +69,7 @@ struct ceph_mds_reply_info_in {
u64 max_bytes;
u64 max_files;
s32 dir_pin;
+ struct ceph_timespec btime;
struct ceph_timespec snap_btime;
};