From: Brian King Date: Tue, 30 Jan 2007 23:51:17 +0000 (-0600) Subject: [SCSI] scsi_error: Fix lost EH commands X-Git-Tag: v2.6.21-rc1~274^2~230^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=292148f8bb2b5d120440e046d24de07a739461aa;p=pandora-kernel.git [SCSI] scsi_error: Fix lost EH commands If an EH command times out today, the LLDD's abort handler will be called to abort the command. It is assumed that this completes successfully, which can result in the command getting completed later resulting in an oops. Improve the current implementation by escalating all the way to host reset if necessary in order to clean up the EH command. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed