[LU-11139] remove or rename XATTR_NAME_ACL_ACCESS Created: 10/Jul/18 Updated: 21/Jan/22 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | John Hammond | Assignee: | WC Triage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | easy | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
We have two names for each of the POSIX ACL xattrs: lustre/include/lustre_compat.h:# define XATTR_NAME_POSIX_ACL_ACCESS POSIX_ACL_XATTR_ACCESS lustre/include/uapi/linux/lustre/lustre_idl.h:#define XATTR_NAME_ACL_ACCESS "system.posix_acl_access" lustre/include/lustre_compat.h:# define XATTR_NAME_POSIX_ACL_DEFAULT POSIX_ACL_XATTR_DEFAULT lustre/include/uapi/linux/lustre/lustre_idl.h:#define XATTR_NAME_ACL_DEFAULT "system.posix_acl_default" We should use only one name for each. |