summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-02-08 23:25:08 +0000
committerjeff <jeff@FreeBSD.org>2005-02-08 23:25:08 +0000
commitede81ae242bb8cffdec756ae7c2aa37e42a36225 (patch)
tree5974f37c2d07de352223daf43dbf683c7d794387 /sys
parent1dc0f1f888d955a3052c519505830bef9c7e10c9 (diff)
downloadFreeBSD-src-ede81ae242bb8cffdec756ae7c2aa37e42a36225.zip
FreeBSD-src-ede81ae242bb8cffdec756ae7c2aa37e42a36225.tar.gz
- Remove an invalid KASSERT added in recent background write reshuffling.
Sponsored by: Isilon Systems, Inc.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_bio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index e53d10d..7946da4 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;
OpenPOWER on IntegriCloud