diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index e53d10d3b04c..7946da4bd0bc 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -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;