Re: [PATCH] xattr: fix EOPNOTSUPP if fs and security xattrs disabled

2020-06-23 Thread Gao Xiang
Friendly ping... On Wed, May 27, 2020 at 12:40:37PM +0800, Gao Xiang wrote: > commit f549d6c18c0e ("[PATCH] Generic VFS fallback for security xattrs") > introduces a behavior change of listxattr path therefore listxattr(2) > won't report EOPNOTSUPP correctly if fs and security xattrs disabled. > H

[PATCH] xattr: fix EOPNOTSUPP if fs and security xattrs disabled

2020-05-26 Thread Gao Xiang
commit f549d6c18c0e ("[PATCH] Generic VFS fallback for security xattrs") introduces a behavior change of listxattr path therefore listxattr(2) won't report EOPNOTSUPP correctly if fs and security xattrs disabled. However it was clearly recorded in manpage all the time. Cc: Alexander Viro Cc: Step