Fix typo so that the delay code introduced in revision 1.60 actually

does something.

Submitted by:	John Baldwin <john@baldwin.cx>
This commit is contained in:
Kirk McKusick 2002-01-12 02:04:15 +00:00
parent f1bf956810
commit 715b7b8445

View File

@ -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);