On 0415T0736, Bruce Evans wrote:
> On Fri, 14 Apr 2017, Edward Tomasz Napierala wrote:
>
> > Log:
> > Don't try to write out bufs that have already failed with ENXIO.
> > This fixes some panics after disconnecting mounted disks.
> >
> > Submitted by: imp (slightly different version, which
On Fri, 14 Apr 2017, Edward Tomasz Napierala wrote:
Log:
Don't try to write out bufs that have already failed with ENXIO.
This fixes some panics after disconnecting mounted disks.
Submitted by: imp (slightly different version, which I've then lost)
Reviewed by: kib, imp, mckusick
MFC af
Author: trasz
Date: Fri Apr 14 20:15:34 2017
New Revision: 316941
URL: https://svnweb.freebsd.org/changeset/base/316941
Log:
Don't try to write out bufs that have already failed with ENXIO.
This fixes some panics after disconnecting mounted disks.
Submitted by: imp (slightly different ver