commit | 31533fb263928c93a34cda41b66a6e83ade5c766 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Jul 26 16:01:59 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Wed Jul 27 12:46:47 2011 -0400 |
tree | b4f3a770e805403adc1931f3bb15213ee2a0d624 | |
parent | 85d4e461117b40eb10722f774566b19bd5e77879 [diff] |
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>