Take CAM_REQUEUE_REQ out of the class of things we were trying to honor
retry count on. MFC after: 4 weeks
This commit is contained in:
parent
57935eeb3d
commit
16565c1c3d
@ -2392,7 +2392,6 @@ saerror(union ccb *ccb, u_int32_t cflgs, u_int32_t sflgs)
|
||||
*/
|
||||
case CAM_SCSI_BUS_RESET:
|
||||
case CAM_BDR_SENT:
|
||||
case CAM_REQUEUE_REQ:
|
||||
if (ccb->ccb_h.retry_count <= 0) {
|
||||
return (EIO);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user