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:
848cce0
)
btrfs: fix race in reada
author
Arne Jansen
<sensille@gmx.net>
Sat, 25 Feb 2012 08:09:30 +0000
(09:09 +0100)
committer
David Sterba
<dsterba@suse.cz>
Wed, 18 Apr 2012 17:12:44 +0000
(19:12 +0200)
When inserting into the radix tree returns EEXIST, get the existing
entry without giving up the spinlock in between.
There was a race for both the zones trees and the extent tree.
Signed-off-by: Arne Jansen <sensille@gmx.net>
No differences found