Whamcloud - gitweb
LU-2335 build: stop checking for XATTR_ACL_SIZE
authorPeng Tao <tao.peng@emc.com>
Wed, 31 Oct 2012 06:51:02 +0000 (14:51 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 11 Jun 2013 16:06:37 +0000 (12:06 -0400)
commit07977bbea8be60e38a0c25662633c9b64906a794
tree61121bb677f3b03832c2c25d2cbb8bf630815e98
parentd86c446837e0ca9b3086639fa63b7bbb2516863d
LU-2335 build: stop checking for XATTR_ACL_SIZE

posix_acl_xattr_size() never changed in all kernels, liblustre
also implements the same as in kernel.
So XATTR_ACL_SIZE can be calculated at compile time and doesn't
need to be checked.

Removing it can reduce parameters that need to exist in Kconfig.

Signed-off-by: Peng Tao <tao.peng@emc.com>
Change-Id: I64584f04055b06f26e1c08f834d4683f97841332
Reviewed-on: http://review.whamcloud.com/4644
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
lustre/autoconf/lustre-core.m4
lustre/include/linux/lustre_acl.h