From: Darrick J. Wong Date: Tue, 30 Jan 2007 09:18:58 +0000 (-0800) Subject: [SCSI] sas_ata: Implement sas_task_abort for ATA devices X-Git-Tag: v2.6.23-rc1~7^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2755af37b317d47fdc3dd15178adaf5d47263e;p=pandora-kernel.git [SCSI] sas_ata: Implement sas_task_abort for ATA devices ATA devices need special handling for sas_task_abort. If the ATA command came from SCSI, then we merely need to tell SCSI to abort the scsi_cmnd. However, internal commands require a bit more work--we need to fill the qc with the appropriate error status and complete the command, and eventually post_internal will issue the actual ABORT TASK. Signed-off-by: James Bottomley --- Reading git-diff-tree failed