staging/lustre/llite: remove LL_IOC_REMOVE_ENTRY handler
authorOleg Drokin <green@linuxhacker.ru>
Thu, 11 Jun 2015 05:37:50 +0000 (01:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 16:03:59 +0000 (09:03 -0700)
It uses getname in unsafe manner and since it's to deal with corrupted
or inconsistent filesystem, we are probably better to deal with
it from lfsck anyway.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found