From: Boaz Harrosh Date: Mon, 8 Oct 2007 14:35:19 +0000 (+0200) Subject: [SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd() X-Git-Tag: v2.6.24-rc1~1290^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55db6c1b8ed52bfc876e87971de8c67c42f36909;p=pandora-kernel.git [SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd() - regrouped variables for easier reviewing of next patch - Support of cmnd==NULL in call to scsi_send_eh_cmnd() - In the @sense_bytes case set transfer size to the minimum size of sense_buffer and passed @sense_bytes. cmnd[4] is set accordingly. - REQUEST_SENSE is set into cmnd[0] so if @sense_bytes is not Zero passed @cmnd should be NULL. - Also save/restore resid of failed command. - Adjust caller Signed-off-by: Boaz Harrosh Signed-off-by: James Bottomley --- Reading git-diff-tree failed