Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254545
b: refs/heads/master
c: 77c852f
h: refs/heads/master
i:
  254543: 30756fc
v: v3
  • Loading branch information
Jeff Skirvin authored and Dan Williams committed Jul 3, 2011
1 parent e322011 commit 572b1d9
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 187 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: f53a3a32c1e799e27f63bff7b42b4c36749e5e6f
refs/heads/master: 77c852f312243192b1f2ce7fc56d678784786692
9 changes: 9 additions & 0 deletions trunk/drivers/scsi/isci/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -2741,6 +2741,15 @@ static void isci_request_io_request_complete(struct isci_host *isci_host,
spin_unlock(&request->state_lock);
break;

case dead:
/* This was a terminated request that timed-out during the
* termination process. There is no task to complete to
* libsas.
*/
complete_to_host = isci_perform_normal_io_completion;
spin_unlock(&request->state_lock);
break;

default:

/* The request is done from an SCU HW perspective. */
Expand Down
Loading

0 comments on commit 572b1d9

Please sign in to comment.