From: Geert Uytterhoeven Date: Fri, 2 May 2014 16:28:35 +0000 (+0200) Subject: staging/lustre/llite: Fix unused variable warning if !CONFIG_FS_POSIX_ACL X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d316792acd8bf70a5ad36ef0d3f84da509cab56;p=pandora-kernel.git staging/lustre/llite: Fix unused variable warning if !CONFIG_FS_POSIX_ACL If CONFIG_FS_POSIX_ACL=n: drivers/staging/lustre/lustre/llite/xattr.c: In function 'll_setxattr_common': drivers/staging/lustre/lustre/llite/xattr.c:115:27: warning: unused variable 'rce' [-Wunused-variable] Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed