staging/lustre/llite: Fix unused variable warning if !CONFIG_FS_POSIX_ACL
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 2 May 2014 16:28:35 +0000 (18:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 May 2014 23:38:08 +0000 (19:38 -0400)
commit1d316792acd8bf70a5ad36ef0d3f84da509cab56
tree786eed08e5f348d2b14d1d5f2cc304cd8e688d71
parentb41a1fe067c34b40736860458b9d62b2139471d5
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 <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/xattr.c