summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disklabel.c
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2002-01-12 02:04:15 +0000
committermckusick <mckusick@FreeBSD.org>2002-01-12 02:04:15 +0000
commit5c33a3566a8cd8f06d731b2b8a9ce8bef7bd3c9c (patch)
treeb23b8b3e2ce861ef61c7367416b6755b99965417 /sys/kern/subr_disklabel.c
parentac077df819159ef072b4f4541b118ba6f20e2e79 (diff)
downloadFreeBSD-src-5c33a3566a8cd8f06d731b2b8a9ce8bef7bd3c9c.zip
FreeBSD-src-5c33a3566a8cd8f06d731b2b8a9ce8bef7bd3c9c.tar.gz
Fix typo so that the delay code introduced in revision 1.60 actually
does something. Submitted by: John Baldwin <john@baldwin.cx>
Diffstat (limited to 'sys/kern/subr_disklabel.c')
-rw-r--r--sys/kern/subr_disklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c
index 2924c55..a0f2f3d 100644
--- a/sys/kern/subr_disklabel.c
+++ b/sys/kern/subr_disklabel.c
@@ -89,7 +89,7 @@ bioqdisksort(bioq, bp)
if (td && td->td_ksegrp->kg_nice > 0) {
TAILQ_FOREACH(bn, &bioq->queue, bio_queue)
- if (BIOTOBUF(bn)->b_vp != BIOTOBUF(bn)->b_vp)
+ if (BIOTOBUF(bp)->b_vp != BIOTOBUF(bn)->b_vp)
break;
if (bn != NULL) {
mtx_lock(&dksort_mtx);
OpenPOWER on IntegriCloud