From: Darrick J. Wong Date: Thu, 11 Jan 2007 22:15:12 +0000 (-0800) Subject: [SCSI] aic94xx: Don't eat TMF_QUERY_TASK results X-Git-Tag: v2.6.21-rc1~274^2~230^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3b8fa9afe75cafc4feb317d305444f6c5271fb;p=pandora-kernel.git [SCSI] aic94xx: Don't eat TMF_QUERY_TASK results In this driver, TMF_QUERY_TASK translates to QUERY_SSP_TASK. The sequencer, it seems, is perfectly happy sending us a SSP response, which this function promptly "converts" into TMF_RESP_FUNC_FAILED. This leads to the SAS EH making bad decisions based on bad data, so we should not perform the conversion in this case. Signed-off-by: Darrick J. Wong Signed-off-by: James Bottomley --- Reading git-diff-tree failed