Btrfs: remove lockdep magic from btrfs_next_leaf
authorChris Mason <chris.mason@oracle.com>
Tue, 26 Jul 2011 20:01:59 +0000 (16:01 -0400)
committerChris Mason <chris.mason@oracle.com>
Wed, 27 Jul 2011 16:46:47 +0000 (12:46 -0400)
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 <chris.mason@oracle.com>

No differences found