diff options
Diffstat (limited to 'sys/cam/scsi/scsi_da.c')
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 8b79dcf..6b0793b 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -744,9 +744,8 @@ dastrategy(struct bio *bp) /* * Place it in the queue of disk activities for this disk - bioq_disksort(&softc->bio_queue, bp); */ - bioq_insert_tail(&softc->bio_queue, bp); + bioq_disksort(&softc->bio_queue, bp); /* * Schedule ourselves for performing the work. |