Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302575
b: refs/heads/master
c: 1db79b3
h: refs/heads/master
i:
  302573: 2f9c0b3
  302571: d0b633d
  302567: 46c658d
  302559: 75b6042
v: v3
  • Loading branch information
Jeff Skirvin authored and Dan Williams committed May 17, 2012
1 parent 664f64e commit 51d8bc3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0cce165e2814bc8c08ab229db5e17013971dced7
refs/heads/master: 1db79b3e784bffe7e00f9462a5c3441746e48632
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/isci/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,9 @@ isci_task_request_complete(struct isci_host *ihost,
*/
set_bit(IREQ_TERMINATED, &ireq->flags);

if (test_and_clear_bit(IREQ_ABORT_PATH_ACTIVE, &ireq->flags))
wake_up_all(&ihost->eventq);

if (!test_bit(IREQ_NO_AUTO_FREE_TAG, &ireq->flags))
isci_free_tag(ihost, ireq->io_tag);

Expand Down

0 comments on commit 51d8bc3

Please sign in to comment.