diff options
author | scottl <scottl@FreeBSD.org> | 2007-06-16 18:22:19 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2007-06-16 18:22:19 +0000 |
commit | a5855b3a35ec077976dcbaeb3e4ace71bee10f32 (patch) | |
tree | a64db00725a684ca45a355328c422acb09d9e9b2 /sys/cam | |
parent | 27c7d997c38a4731719f84a0ebd63fc9878571d9 (diff) | |
download | FreeBSD-src-a5855b3a35ec077976dcbaeb3e4ace71bee10f32.zip FreeBSD-src-a5855b3a35ec077976dcbaeb3e4ace71bee10f32.tar.gz |
Revert an accidental change from the previous rev.
Diffstat (limited to 'sys/cam')
-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. |