diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2009-12-25 08:06:35 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2009-12-25 08:06:35 +0000 |
| commit | f0e624adf8dcec7b531f644d3b961cfc37258cc3 (patch) | |
| tree | 898dc5af010051383934136906a93e29bcc50fb9 /sys | |
| parent | 29b0c308e2ef3cf3a00b324471f056eb32fa5957 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cam/scsi/scsi_cd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_cd.c b/sys/cam/scsi/scsi_cd.c index a6dabc2e96c5..4a501f109f8f 100644 --- a/sys/cam/scsi/scsi_cd.c +++ b/sys/cam/scsi/scsi_cd.c @@ -1464,8 +1464,6 @@ cdstart(struct cam_periph *periph, union ccb *start_ccb) } else { bioq_remove(&softc->bio_queue, bp); - devstat_start_transaction_bio(softc->disk->d_devstat, bp); - scsi_read_write(&start_ccb->csio, /*retries*/cd_retry_count, /* cbfcnp */ cddone, |
