From: Darrick J. Wong Date: Tue, 30 Jan 2007 09:18:55 +0000 (-0800) Subject: [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devices X-Git-Tag: v2.6.23-rc1~7^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe059f122fb9d1bd3a629d4215a4dde11df66f98;p=pandora-kernel.git [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devices The SATL should connect the scsi_cmnd to the sas_task (despite the presence of libata) so that requests to abort scsi_cmnds headed to the ATA device can be processed by the EH and aborted correctly. The abort status should still be propagated from sas -> ata -> scsi. Signed-off-by: Darrick J. Wong Signed-off-by: James Bottomley --- Reading git-diff-tree failed