HomeFreeBSD

Don't convert all lower-layer errors to EIO.

Description

Don't convert all lower-layer errors to EIO.

Don't convert all lower layer errors to EIO. Instead, pass the actual error up
the stack. This will allow the upper layers that look for ENXIO to react
properly to that signal from the lower layers and, for UFS, unmount the
filesystem.

Reviewed by: kib@
Differential Revision: https://reviews.freebsd.org/D23755

Details

Provenance
impAuthored on
Differential Revision
D23755: Don't convert all lower-layer errors to EIO.
Parents
rS358142: MFC r357895, r357910:
Branches
Unknown
Tags
Unknown