Re: svn commit: r284887 - in head/sys: kern sys ufs/ffs

2015-06-29 Thread Konstantin Belousov
On Tue, Jun 30, 2015 at 11:19:30AM +0800, Julian Elischer wrote: > On 6/29/15 8:19 PM, Ed Schouten wrote: > > Hi Kostik, > > > > 2015-06-27 11:44 GMT+02:00 Konstantin Belousov : > >> @@ -2056,6 +2072,8 @@ ffs_bufwrite(struct buf *bp) > >> if (bp->b_vflags & BV_BKGRDINPROG) > >>

Re: svn commit: r284887 - in head/sys: kern sys ufs/ffs

2015-06-29 Thread Julian Elischer
On 6/29/15 8:19 PM, Ed Schouten wrote: Hi Kostik, 2015-06-27 11:44 GMT+02:00 Konstantin Belousov : @@ -2056,6 +2072,8 @@ ffs_bufwrite(struct buf *bp) if (bp->b_vflags & BV_BKGRDINPROG) panic("bufwrite: still writing"); } + if ((bp->b_vfla

Re: svn commit: r284887 - in head/sys: kern sys ufs/ffs

2015-06-29 Thread Ed Schouten
Hi Kostik, 2015-06-27 11:44 GMT+02:00 Konstantin Belousov : > @@ -2056,6 +2072,8 @@ ffs_bufwrite(struct buf *bp) > if (bp->b_vflags & BV_BKGRDINPROG) > panic("bufwrite: still writing"); > } > + if ((bp->b_vflags & BV_BKGRDERR) != 0) > +