Whamcloud - gitweb
LU-10785 llite: use xattr_handler name for ACLs 95/31595/5
authorJohn L. Hammond <john.hammond@intel.com>
Thu, 8 Mar 2018 21:27:28 +0000 (15:27 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 9 Apr 2018 19:50:05 +0000 (19:50 +0000)
commita9998927281647f9d9b8bfa50c80b7e15cf05eda
treedc860faee4870134b0e9ad5c88bf86364ab07ccb
parent7a9a2e4aeec952169841a84be0679d1d1ed35acf
LU-10785 llite: use xattr_handler name for ACLs

If struct xattr_handler has a name member then use it (rather than
prefix) for the ACL xattrs. This avoids a bug where ACL operations
failed for some kernels.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I28f6c5dbe3cdc4155e93d388d2c413092e02c082
Reviewed-on: https://review.whamcloud.com/31595
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/autoconf/lustre-core.m4
lustre/llite/xattr.c