[Bug 238565] panic: vinvalbuf: dirty bufs during unmount if clustered writes return errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 May 2021 22:13:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238565 --- Comment #8 from Kirk McKusick <mckusick@FreeBSD.org> --- I am confused as to why the EIO error is not being returned. Presumably in bufobj_invalbuf() we attempt to do the write in the call to BO_SYNC(). If BO_SYNC() returns EIO, we should return it rather than falling through to the panic. So how is it that the EIO is not returned? -- You are receiving this mail because: You are the assignee for the bug.