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.
Details
Details
- Reviewers
kib - Commits
- rS358143: Don't convert all lower-layer errors to EIO.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 29491 Build 27361: arc lint + arc unit