Skip to content
Snippets Groups Projects
Commit 4919c5e4 authored by Al Viro's avatar Al Viro
Browse files

fix race in d_splice_alias()


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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent bec1052e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment