summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2009-04-20 19:50:10 (GMT)
committerChris Mason <chris.mason@oracle.com>2009-04-20 19:53:09 (GMT)
commit8c594ea81d7abbbffdda447b127f8ba8d76f319d (patch)
tree3f18a865e9795e40e2f4b086a01022accb1070b7 /fs/btrfs/file.c
parent11c8349b4eb68f2b04cd8ece577377e6c0e5dd4b (diff)
downloadlinux-fsl-qoriq-8c594ea81d7abbbffdda447b127f8ba8d76f319d.tar.xz
Btrfs: use the right node in reada_for_balance
reada_for_balance was using the wrong index into the path node array, so it wasn't reading the right blocks. We never directly used the results of the read done by this function because the btree search is started over at the end. This fixes reada_for_balance to reada in the correct node and to avoid searching past the last slot in the node. It also makes sure to hold the parent lock while we are finding the nodes to read. Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/file.c')
0 files changed, 0 insertions, 0 deletions