summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorYan, Zheng2016-04-28 09:17:40 +0200
committerIlya Dryomov2016-05-26 01:15:35 +0200
commit8974eebd38737c9534d81c4131c5fdb1fe24d3e9 (patch)
tree97e2d6f1fa805e89b18f833818422a3beac11c25 /fs/ceph/mds_client.h
parentceph: define 'end/complete' in readdir reply as bit flags (diff)
downloadkernel-qcow2-linux-8974eebd38737c9534d81c4131c5fdb1fe24d3e9.tar.gz
kernel-qcow2-linux-8974eebd38737c9534d81c4131c5fdb1fe24d3e9.tar.xz
kernel-qcow2-linux-8974eebd38737c9534d81c4131c5fdb1fe24d3e9.zip
ceph: record 'offset' for each entry of readdir result
This is preparation for using hash value as dentry 'offset' Signed-off-by: Yan, Zheng <zyan@redhat.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 2a865812a41b..4ce19d852657 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -52,6 +52,7 @@ struct ceph_mds_reply_dir_entry {
u32 name_len;
struct ceph_mds_reply_lease *lease;
struct ceph_mds_reply_info_in inode;
+ loff_t offset;
};
/*