staging/lustre/llite: Remove unused vui_local_lock field
authorOleg Drokin <green@linuxhacker.ru>
Wed, 30 Mar 2016 23:49:01 +0000 (19:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Mar 2016 04:38:13 +0000 (21:38 -0700)
commit047d41bd71c5553bdd5bda56edbc77b8cbc1ae87
tree3ab6d3100ab93cdaf482cc11d4ce36510b6bf394
parent5c5af0fce77e480930fbb17de458c327f405b965
staging/lustre/llite: Remove unused vui_local_lock field

vvp_io_setattr_lock is the only user that sets it, but it's
never checked anywhere, so could go away.
Also get rid of enum ccc_setattr_lock_type that becomes unused.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/vvp_internal.h
drivers/staging/lustre/lustre/llite/vvp_io.c