Date: Sat, 29 May 2021 22:13:29 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 238565] panic: vinvalbuf: dirty bufs during unmount if clustered writes return errors Message-ID: <bug-238565-3630-hY4tEx6Zyi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238565-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-238565-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238565 --- 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 t= he panic. So how is it that the EIO is not returned? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238565-3630-hY4tEx6Zyi>