From: Dan Williams Date: Tue, 29 Nov 2011 20:08:50 +0000 (-0800) Subject: [SCSI] libsas: let libata handle command timeouts X-Git-Tag: v3.4-rc1~145^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3944f50995f947558c35fb16ae0288354756762c;p=pandora-kernel.git [SCSI] libsas: let libata handle command timeouts libsas-eh if it successfully aborts an ata command will hide the timeout condition (AC_ERR_TIMEOUT) from libata. The command likely completes with the all-zero task->task_status it started with. Instead, interpret a TMF_RESP_FUNC_COMPLETE as the end of the sas_task but keep the scmd around for libata-eh to handle. Tested-by: Andrzej Jakowski Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed