On Fri, 22 Aug 2025 12:55:56 -0500, Eric Sandeen wrote:
ENODATA (aka ENOATTR) has a very specific meaning in the xfs xattr code; namely, that the requested attribute name could not be found.
However, a medium error from disk may also return ENODATA. At best, this medium error may escape to userspace as "attribute not found" when in fact it's an IO (disk) error.
[...]
Applied to for-next, thanks!
[1/1] xfs: do not propagate ENODATA disk errors into xattr code commit: ae668cd567a6a7622bc813ee0bb61c42bed61ba7
Best regards,