diff options
author | Jeff Layton <jlayton@kernel.org> | 2019-05-29 18:19:42 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2019-07-08 15:01:43 +0300 |
commit | 245ce991cca55eb16cfc43d1655574121b8ed85f (patch) | |
tree | 32b34cf304d0670ba5ceab89ce0a0e3416c666ba /fs/ceph/super.h | |
parent | 2c66de560fa2dda0a600e908897116914db8f500 (diff) | |
download | linux-245ce991cca55eb16cfc43d1655574121b8ed85f.tar.xz |
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/super.h')
-rw-r--r-- | fs/ceph/super.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 81bbb197fc3c..859d1f3a0d4a 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -384,6 +384,7 @@ struct ceph_inode_info { int i_snap_realm_counter; /* snap realm (if caps) */ struct list_head i_snap_realm_item; struct list_head i_snap_flush_item; + struct timespec64 i_btime; struct timespec64 i_snap_btime; struct work_struct i_work; |