Searched hist:"3944 f50995f947558c35fb16ae0288354756762c" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_init.c | diff 3944f50995f947558c35fb16ae0288354756762c Tue Nov 29 14:08:50 CST 2011 Dan Williams <dan.j.williams@intel.com> [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 <andrzej.jakowski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|
H A D | sas_scsi_host.c | diff 3944f50995f947558c35fb16ae0288354756762c Tue Nov 29 14:08:50 CST 2011 Dan Williams <dan.j.williams@intel.com> [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 <andrzej.jakowski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|
/openbmc/linux/include/scsi/ |
H A D | libsas.h | diff 3944f50995f947558c35fb16ae0288354756762c Tue Nov 29 14:08:50 CST 2011 Dan Williams <dan.j.williams@intel.com> [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 <andrzej.jakowski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|