Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221483
b: refs/heads/master
c: ff454b0
h: refs/heads/master
i:
  221481: 3e50005
  221479: c0f0be1
v: v3
  • Loading branch information
Chad Dupuis authored and James Bottomley committed Oct 25, 2010
1 parent ad89e15 commit 39aacc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d97cc5342ebb1bef83477fafe18490dd8c59464
refs/heads/master: ff454b01b4ebe60b14092943978000928bf8c551
6 changes: 2 additions & 4 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,8 @@ qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt)
case CS_INCOMPLETE:
case CS_PORT_UNAVAILABLE:
case CS_TIMEOUT:
case CS_RESET:

/*
* We are going to have the fc class block the rport
* while we try to recover so instruct the mid layer
Expand All @@ -1781,10 +1783,6 @@ qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt)
qla2x00_mark_device_lost(fcport->vha, fcport, 1, 1);
break;

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

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

0 comments on commit 39aacc5

Please sign in to comment.