Skip to content
  • Al Viro's avatar
    get rid of lustre_dump_dentry() · 5e9e2040
    Al Viro authored
    
    
    it's not only badly racy, it's actually dead code - the call in
    ll_invalidate_aliases() is unreachable.  For an alias of our inode
    to be root dentry, the inode would have to be its ->d_inode, aka
    the root inode, and we never call ll_invalidate_aliases() for that.
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    5e9e2040