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)
commit5e9e2040247ac19a46d6627736ece726c46f1fdf
tree6036d436c295688a894f414788840274788e37af
parentd443b9fd56e85c0e58d10b75cf5eb38e0b2c4c02
get rid of lustre_dump_dentry()

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>
drivers/staging/lustre/lustre/llite/dcache.c
drivers/staging/lustre/lustre/llite/llite_internal.h
drivers/staging/lustre/lustre/llite/llite_lib.c