summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-06-16 18:22:19 +0000
committerscottl <scottl@FreeBSD.org>2007-06-16 18:22:19 +0000
commita5855b3a35ec077976dcbaeb3e4ace71bee10f32 (patch)
treea64db00725a684ca45a355328c422acb09d9e9b2 /sys/cam/scsi
parent27c7d997c38a4731719f84a0ebd63fc9878571d9 (diff)
downloadFreeBSD-src-a5855b3a35ec077976dcbaeb3e4ace71bee10f32.zip
FreeBSD-src-a5855b3a35ec077976dcbaeb3e4ace71bee10f32.tar.gz
Revert an accidental change from the previous rev.
Diffstat (limited to 'sys/cam/scsi')
-rw-r--r--sys/cam/scsi/scsi_da.c3
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.
OpenPOWER on IntegriCloud