Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03c3f563 authored by Duane Grigsby's avatar Duane Grigsby Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover.

parent 5544213b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1692,6 +1692,9 @@ qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt)
		break;

	case CS_RESET:
		cp->result = DID_TRANSPORT_DISRUPTED << 16;
		break;

	case CS_ABORTED:
		cp->result = DID_RESET << 16;
		break;