MFC r262741:
Do not retry on CAM_FUNC_NOTAVAIL error, but return immediately.
This commit is contained in:
parent
a44a1e412b
commit
5e93044a78
@ -1655,6 +1655,7 @@ cam_periph_error(union ccb *ccb, cam_flags camflags,
|
||||
case CAM_REQ_TOO_BIG:
|
||||
case CAM_LUN_INVALID:
|
||||
case CAM_TID_INVALID:
|
||||
case CAM_FUNC_NOTAVAIL:
|
||||
error = EINVAL;
|
||||
break;
|
||||
case CAM_SCSI_BUS_RESET:
|
||||
|
Loading…
x
Reference in New Issue
Block a user