diff options
author | Yan, Zheng <zyan@redhat.com> | 2016-04-28 15:17:40 +0800 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-05-26 01:15:35 +0200 |
commit | 8974eebd38737c9534d81c4131c5fdb1fe24d3e9 (patch) | |
tree | 97e2d6f1fa805e89b18f833818422a3beac11c25 /fs/ceph/super.h | |
parent | 956d39d631dbcf7b57854873a24e309047f2a7f5 (diff) | |
download | linux-8974eebd38737c9534d81c4131c5fdb1fe24d3e9.tar.bz2 |
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/super.h')
-rw-r--r-- | fs/ceph/super.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 0ea86406f463..0628099ba1f2 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -635,7 +635,6 @@ struct ceph_file_info { struct ceph_mds_request *last_readdir; /* readdir: position within a frag */ - unsigned offset; /* offset of last chunk, adjusted for . and .. */ unsigned next_offset; /* offset of next chunk (last_name's + 1) */ char *last_name; /* last entry in previous chunk */ long long dir_release_count; |