K 10 svn:author V 3 imp K 8 svn:date V 27 2020-02-20T01:33:01.515574Z K 7 svn:log V 360 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 END