From: Boaz Harrosh Date: Sun, 29 Jul 2007 19:24:09 +0000 (+0300) Subject: [SCSI] aha152x: Clean Reset path X-Git-Tag: v2.6.23-rc3~98^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66acdb0309507950376393f2fb1c8e7482fb4d52;p=pandora-kernel.git [SCSI] aha152x: Clean Reset path What Reset code was doing: Save command's important/dangerous Info on stack. NULL those members from scsi_cmnd. Issue a Reset. wait for it to finish than restore members and return. What I do is save or NULL nothing. But use the "resetting" hint in aha152x_internal_queue() to NULL out working members and leave struct scsi_cmnd alone. The indent here looks funny but it will change/drop in last patch and it is clear this way what changed. Signed-off-by: James Bottomley --- Reading git-diff-tree failed