- Remove an invalid KASSERT added in recent background write reshuffling.
Sponsored by: Isilon Systems, Inc.
This commit is contained in:
parent
62a2c81733
commit
b56dc9a785
@ -818,9 +818,6 @@ bufwrite(struct buf *bp)
|
|||||||
/* Mark the buffer clean */
|
/* Mark the buffer clean */
|
||||||
bundirty(bp);
|
bundirty(bp);
|
||||||
|
|
||||||
KASSERT(!(bp->b_xflags & BX_BKGRDWRITE),
|
|
||||||
("FFS background buffer should not get here %p", bp));
|
|
||||||
|
|
||||||
bp->b_flags &= ~B_DONE;
|
bp->b_flags &= ~B_DONE;
|
||||||
bp->b_ioflags &= ~BIO_ERROR;
|
bp->b_ioflags &= ~BIO_ERROR;
|
||||||
bp->b_flags |= B_CACHE;
|
bp->b_flags |= B_CACHE;
|
||||||
|
Loading…
Reference in New Issue
Block a user