Re: svn commit: r316941 - head/sys/kern

2017-04-20 Thread Edward Tomasz Napierala
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

Re: svn commit: r316941 - head/sys/kern

2017-04-14 Thread Bruce Evans
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

svn commit: r316941 - head/sys/kern

2017-04-14 Thread Edward Tomasz Napierala
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