OSDN Git Service

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)
commitd8bc89a7f34242d67e7eefade6fc0df057c34ec1
treeecef87935377afdb238783929590def2873f62fc
parent78a66b00d97c89a43b1ee753814913c55ec2e3ee
staging/lustre/llite: remove LL_IOC_REMOVE_ENTRY handler

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>
drivers/staging/lustre/lustre/include/lustre/lustre_user.h
drivers/staging/lustre/lustre/llite/dir.c