diff options
author | Jeff Layton <jlayton@kernel.org> | 2019-05-29 11:19:42 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2019-07-08 14:01:43 +0200 |
commit | 245ce991cca55eb16cfc43d1655574121b8ed85f (patch) | |
tree | 32b34cf304d0670ba5ceab89ce0a0e3416c666ba /fs/ceph/mds_client.h | |
parent | 2c66de560fa2dda0a600e908897116914db8f500 (diff) | |
download | linux-245ce991cca55eb16cfc43d1655574121b8ed85f.tar.bz2 |
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.h | 1 |
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; }; |