]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8247f4c11527de99fb7a2c6a822729c8a0107cf7
treeb4f3a770e805403adc1931f3bb15213ee2a0d624
parent3d25b4b34a33f65efe1d2621d55ef70575ec9b9c
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