get rid of lustre_dump_dentry()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 Dec 2014 03:49:43 +0000 (22:49 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Jan 2015 04:16:27 +0000 (23:16 -0500)
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: Al Viro <viro@zeniv.linux.org.uk>

No differences found