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:
10c28d9
)
btrfs: reada_extent doesn't need kref for refcount
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 29 Aug 2012 20:31:33 +0000
(16:31 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 3 Oct 2012 01:35:55 +0000
(21:35 -0400)
All increments and decrements are under the same spinlock - have to be,
since they need to protect the radix_tree it's found in. Just use
int, no need to wank with kref...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found