git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d4e46
)
Btrfs: remove lockdep magic from btrfs_next_leaf
author
Chris Mason
<chris.mason@oracle.com>
Tue, 26 Jul 2011 20:01:59 +0000
(16:01 -0400)
committer
Chris 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