From: Chris Mason Date: Mon, 8 Dec 2008 21:43:10 +0000 (-0500) Subject: Btrfs: Use map_private_extent_buffer during generic_bin_search X-Git-Tag: v2.6.29-rc1~27^2~9^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934d375bacf9ea8a37fbfff5f3cf1c093f324095;p=pandora-kernel.git Btrfs: Use map_private_extent_buffer during generic_bin_search It is possible that generic_bin_search will be called on a tree block that has not been locked. This happens because cache_block_block skips locking on the tree blocks. Since the tree block isn't locked, we aren't allowed to change the extent_buffer->map_token field. Using map_private_extent_buffer avoids any changes to the internal extent buffer fields. Signed-off-by: Chris Mason --- Reading git-diff-tree failed