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)
commit31533fb263928c93a34cda41b66a6e83ade5c766
treeb4f3a770e805403adc1931f3bb15213ee2a0d624
parent85d4e461117b40eb10722f774566b19bd5e77879
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 <chris.mason@oracle.com>
fs/btrfs/ctree.c