diff options
author | Mark Fasheh <mfasheh@suse.com> | 2009-02-19 22:17:05 +0100 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-04-03 20:39:17 +0200 |
commit | 1d46dc08d33138c29c63d717807c08ab704fc773 (patch) | |
tree | 8e4d2e1b5c49cb379c0f800e00e1cd01d33d4d0c /fs/ocfs2/suballoc.h | |
parent | ocfs2: re-order ocfs2_empty_dir checks (diff) | |
download | linux-1d46dc08d33138c29c63d717807c08ab704fc773.tar.xz linux-1d46dc08d33138c29c63d717807c08ab704fc773.zip |
ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance()
ocfs2_dx_dir_rebalance() is passed the block offset of a dx leaf which needs
rebalancing. Since we rebalance an entire cluster at a time however, this
function needs to calculate the beginning of that cluster, in blocks. The
calculation was wrong, which would result in a read of non-leaf blocks. Fix
the calculation by adding ocfs2_block_to_cluster_start() which is a more
straight-forward way of determining this.
Reported-by: Tristan Ye <tristan.ye@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions