summaryrefslogtreecommitdiffstats
path: root/fs/dlm/midcomms.h
diff options
context:
space:
mode:
authorYan, Zheng <zheng.z.yan@intel.com>2014-02-27 16:26:24 +0800
committerYan, Zheng <zheng.z.yan@intel.com>2014-04-03 10:33:52 +0800
commitf0494206076703aaa0c8005eff41c413216ae26b (patch)
treee12b390f7d458c085fb91b9ebe220e4147dbe41c /fs/dlm/midcomms.h
parent0ccd59266973047770d5160318561c9189b79c93 (diff)
ceph: fix ceph_dir_llseek()
Comparing offset with inode->i_sb->s_maxbytes doesn't make sense for directory. For a fragmented directory, offset (frag_t, off) can be larger than inode->i_sb->s_maxbytes. At the very beginning of ceph_dir_llseek(), local variable old_offset is initialized to parameter offset. This doesn't make sense neither. Old_offset should be ceph_make_fpos(fi->frag, fi->next_offset). Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> Reviewed-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'fs/dlm/midcomms.h')
0 files changed, 0 insertions, 0 deletions