staging: lustre/obdclass/acl: remove unused variable
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 06:30:15 +0000 (15:30 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 06:31:27 +0000 (15:31 +0900)
commitf8d199f246f06cec2568e5a5f3d6dc10850a4dfd
tree55a8c136ef3dd746db478ca211dce89c0dd0e110
parente4ba525e8f5f78d5e40ced1f80c50b05aaa01ecb
staging: lustre/obdclass/acl: remove unused variable

lustre_ext_acl_xattr_reduce_space() declares old_size, but never uses it
and gcc 5.x likes to complain about this, so remove it as it's not used
at all.

Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/acl.c