Skip to content
  • Al Viro's avatar
    get rid of trylock loop around dentry_kill() · f657a666
    Al Viro authored
    
    
    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>
    f657a666