From: Chris Mason Date: Wed, 25 Jun 2008 20:01:30 +0000 (-0400) Subject: Drop locks in btrfs_search_slot when reading a tree block. X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=051e1b9f748ae673b7325d3fc049bb838606cffa;p=pandora-kernel.git Drop locks in btrfs_search_slot when reading a tree block. One lock per btree block can make for significant congestion if everyone has to wait for IO at the high levels of the btree. This drops locks held by a path when doing reads during a tree search. Signed-off-by: Chris Mason --- Reading git-diff-tree failed