Skip to content
Commit f657a666 authored by Al Viro's avatar Al Viro
Browse files

get rid of trylock loop around dentry_kill()



In case when trylock in there fails, deal with it directly in
dentry_kill().  Note that in cases when we drop and retake
->d_lock, we need to recheck whether to retain the dentry.
Another thing is that dropping/retaking ->d_lock might have
ended up with negative dentry turning into positive; that,
of course, can happen only once...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 62d9956c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment