Page MenuHomeFreeBSD

D34977.diff
No OneTemporary

D34977.diff

diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c
--- a/sys/cam/ata/ata_da.c
+++ b/sys/cam/ata/ata_da.c
@@ -2872,7 +2872,7 @@
cam_periph_lock(periph);
bp = (struct bio *)done_ccb->ccb_h.ccb_bp;
if ((done_ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) {
- error = adaerror(done_ccb, 0, 0);
+ error = adaerror(done_ccb, CAM_RETRY_SELTO, 0);
if (error == ERESTART) {
/* A retry was scheduled, so just return. */
cam_periph_unlock(periph);

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 8:28 PM (22 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14704201
Default Alt Text
D34977.diff (477 B)

Event Timeline