From: Patrick Mansfield Date: Tue, 17 May 2005 00:42:15 +0000 (-0700) Subject: [SCSI] saved and restore result for timed out commands X-Git-Tag: v2.6.13-rc1~90^2~583^2~62^2^2~27^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793698ce28e20f4736250a9766270368beae5668;p=pandora-kernel.git [SCSI] saved and restore result for timed out commands Save and restore the scmd->result, so that timed out commands do not return the result of the TEST UNIT READY or the start/stop commands. Code is already in place to save and restore the result for the request sense case. The previous version of this patch erroneously removed the "if" check, instead add a comment as to why the "if" is needed. Signed-off-by: Patrick Mansfield Signed-off-by: James Bottomley --- Reading git-diff-tree failed