summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorJeff Layton2019-06-06 13:29:23 +0200
committerIlya Dryomov2019-07-08 14:01:43 +0200
commita35ead314e0b9252a92a5e179a00b242d1af7bff (patch)
treec7a27fb8ad7c7f04a297b14be3a23bff46bcb5a6 /fs/ceph/mds_client.h
parentiversion: add a routine to update a raw value with a larger one (diff)
downloadkernel-qcow2-linux-a35ead314e0b9252a92a5e179a00b242d1af7bff.tar.gz
kernel-qcow2-linux-a35ead314e0b9252a92a5e179a00b242d1af7bff.tar.xz
kernel-qcow2-linux-a35ead314e0b9252a92a5e179a00b242d1af7bff.zip
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.h1
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 {