Skip to content

Commit

Permalink
isci: Fix the terminated I/O to not call sas_task_abort().
Browse files Browse the repository at this point in the history
This addresses a regression from the commit "isci: Redesign
device suspension, abort, cleanup." in which the sas_task end
condition for terminated I/Os was made to call back on
sas_task_abort()".
This commit will be rolled into the original.

Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Jeff Skirvin authored and Dan Williams committed May 17, 2012
1 parent c94fc1a commit e3c84df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/isci/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -2832,7 +2832,7 @@ static void isci_request_io_request_complete(struct isci_host *ihost,
__func__, request, task);

/* The request was terminated explicitly. */
clear_bit(IREQ_COMPLETE_IN_TARGET, &request->flags);
set_bit(IREQ_COMPLETE_IN_TARGET, &request->flags);
response = SAS_TASK_UNDELIVERED;

/* See if the device has been/is being stopped. Note
Expand Down

0 comments on commit e3c84df

Please sign in to comment.