On Tue, Aug 19, 2025 at 07:34:43AM -0700, Darrick J. Wong wrote: > Maybe xfs should translate bi_status into whatever error codes it wants > directly instead of relying on blk_status_to_errno, which can change in > subtle ways? We could do that. In fact that's what I'm effectively suggesting. Pick the ones we care about (and document why while we're at it) and map everything else to -EIO.