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>
This commit is contained in:

committed by
Ilya Dryomov

parent
2c66de560f
commit
245ce991cc
@@ -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;
|
||||
|
Reference in New Issue
Block a user