From: Greg Kroah-Hartman Date: Sun, 31 May 2015 06:30:15 +0000 (+0900) Subject: staging: lustre/obdclass/acl: remove unused variable X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~431 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d199f246f06cec2568e5a5f3d6dc10850a4dfd;p=pandora-kernel.git 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 Cc: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed