From: Peng Tao Date: Tue, 3 Dec 2013 17:54:56 +0000 (+0800) Subject: staging/lustre: fix build error in ll_setxattr_common X-Git-Tag: v3.14-rc1~150^2~561 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284c145e7e06858ce93a7164fc8420434f4f72cb;p=pandora-kernel.git staging/lustre: fix build error in ll_setxattr_common With CONFIG_FS_POSIX_ACL off, we'll get drivers/staging/lustre/lustre/llite/xattr.c: In function ‘ll_setxattr_common’: drivers/staging/lustre/lustre/llite/xattr.c:187:7: error: ‘rce’ undeclared (first use in this function) drivers/staging/lustre/lustre/llite/xattr.c:187:7: note: each undeclared identifier is reported only once for each function it appears in It was introduced by 7fc1f83 (staging/lustre/llite: extended attribute cache) that added new reference but didn't take care of CONFIG_FS_POSIX_ACL. Reported-by: Fengguang Wu Cc: Andreas Dilger Signed-off-by: Peng Tao Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed