From: Jeff Skirvin Date: Fri, 9 Mar 2012 06:41:58 +0000 (-0800) Subject: isci: Fix the terminated I/O to not call sas_task_abort(). X-Git-Tag: next-20120417~47^2^3~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e4415fcd4380ddc34e347fae55366c5ec910530b;p=karo-tx-linux.git isci: Fix the terminated I/O to not call sas_task_abort(). 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 Signed-off-by: Dan Williams --- diff --git a/drivers/scsi/isci/request.c b/drivers/scsi/isci/request.c index d240f6dc29ea..78ca516624e4 100644 --- a/drivers/scsi/isci/request.c +++ b/drivers/scsi/isci/request.c @@ -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