- Remove an invalid KASSERT added in recent background write reshuffling.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
Jeff Roberson 2005-02-08 23:25:08 +00:00
parent 62a2c81733
commit b56dc9a785
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141546

View file

@ -818,9 +818,6 @@ bufwrite(struct buf *bp)
/* Mark the buffer clean */
bundirty(bp);
KASSERT(!(bp->b_xflags & BX_BKGRDWRITE),
("FFS background buffer should not get here %p", bp));
bp->b_flags &= ~B_DONE;
bp->b_ioflags &= ~BIO_ERROR;
bp->b_flags |= B_CACHE;