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:
bec1052
)
fix race in d_splice_alias()
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 19:13:08 +0000
(14:13 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 19:13:08 +0000
(14:13 -0500)
rehashing the negative placeholder opens a race with d_lookup();
we unhash it almost immediately (by d_move()), but the race
window is there. Since d_move() doesn't rely on target being
hashed, we don't need that d_rehash() at all.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found