Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45575
b: refs/heads/master
c: 86dd424
h: refs/heads/master
i:
  45573: 686a375
  45571: 94fe55e
  45567: 7e365dd
v: v3
  • Loading branch information
Eric Moore authored and James Bottomley committed Jan 6, 2007
1 parent cb6dd52 commit 05f65bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d6d174a0888fe082e87ce1d4a0f1a85044a4515
refs/heads/master: 86dd424266530cda55258b2b33d04c23a88b9a9c
11 changes: 11 additions & 0 deletions trunk/drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,17 @@ mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr)
break;
}
}
} else if (ioc->bus_type == FC) {
/*
* The FC IOC may kill a request for variety of
* reasons, some of which may be recovered by a
* retry, some which are unlikely to be
* recovered. Return DID_ERROR instead of
* DID_RESET to permit retry of the command,
* just not an infinite number of them
*/
sc->result = DID_ERROR << 16;
break;
}

/*
Expand Down

0 comments on commit 05f65bf

Please sign in to comment.