From: Chris Mason Date: Tue, 26 Jul 2011 20:01:59 +0000 (-0400) Subject: Btrfs: remove lockdep magic from btrfs_next_leaf X-Git-Tag: v3.1-rc1~134^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31533fb263928c93a34cda41b66a6e83ade5c766;p=pandora-kernel.git Btrfs: remove lockdep magic from btrfs_next_leaf Before the reader/writer locks, btrfs_next_leaf needed to keep the path blocking to avoid making lockdep upset. Now that btrfs_next_leaf only takes read locks, this isn't required. Signed-off-by: Chris Mason --- Reading git-diff-tree failed