summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2000-01-13 20:03:22 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2000-01-13 20:03:22 +0000
commitd7127837a2096e66d5eb4ddff1d21493ca82ed96 (patch)
tree76efa1719010ce258a8fb362475a0e660f061d57 /sys
parent8dc799a2269cafa80622294181767f2bf2a17fd9 (diff)
downloadsrc-test2-d7127837a2096e66d5eb4ddff1d21493ca82ed96.tar.gz
src-test2-d7127837a2096e66d5eb4ddff1d21493ca82ed96.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/contrib/softupdates/ffs_softdep.c2
-rw-r--r--sys/ufs/ffs/ffs_softdep.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/softupdates/ffs_softdep.c b/sys/contrib/softupdates/ffs_softdep.c
index c4cd06d8e1f0..b0e7d04a6a0d 100644
--- a/sys/contrib/softupdates/ffs_softdep.c
+++ b/sys/contrib/softupdates/ffs_softdep.c
@@ -4566,8 +4566,6 @@ getdirtybuf(bpp, waitfor)
FREE_LOCK_INTERLOCKED(&lk);
tsleep(&bp->b_xflags, PRIBIO, "getbuf", 0);
ACQUIRE_LOCK_INTERLOCKED(&lk);
- if (bp->b_xflags & BX_BKGRDINPROG)
- panic("getdirtybuf: still writing");
continue;
}
if (waitfor != MNT_WAIT)
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index c4cd06d8e1f0..b0e7d04a6a0d 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -4566,8 +4566,6 @@ getdirtybuf(bpp, waitfor)
FREE_LOCK_INTERLOCKED(&lk);
tsleep(&bp->b_xflags, PRIBIO, "getbuf", 0);
ACQUIRE_LOCK_INTERLOCKED(&lk);
- if (bp->b_xflags & BX_BKGRDINPROG)
- panic("getdirtybuf: still writing");
continue;
}
if (waitfor != MNT_WAIT)