diff options
author | Jeff Layton <jlayton@kernel.org> | 2019-06-06 07:29:23 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2019-07-08 14:01:43 +0200 |
commit | a35ead314e0b9252a92a5e179a00b242d1af7bff (patch) | |
tree | c7a27fb8ad7c7f04a297b14be3a23bff46bcb5a6 /fs/ceph/mds_client.h | |
parent | 441d367644e2f60b37f36bfc656deee551acba5b (diff) | |
download | linux-a35ead314e0b9252a92a5e179a00b242d1af7bff.tar.bz2 |
ceph: add change_attr 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 da2f53646217..f7c8603484fe 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h @@ -71,6 +71,7 @@ struct ceph_mds_reply_info_in { s32 dir_pin; struct ceph_timespec btime; struct ceph_timespec snap_btime; + u64 change_attr; }; struct ceph_mds_reply_dir_entry { |