From: Brian King Date: Thu, 29 Mar 2007 20:25:52 +0000 (-0500) Subject: [SCSI] scsi_error.c: Add EH Start Unit retry X-Git-Tag: v2.6.22-rc1~1015^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed773e66480fdcd06732eb2aa39362599dcd67fa;p=pandora-kernel.git [SCSI] scsi_error.c: Add EH Start Unit retry Currently, the scsi error handler will issue a START_UNIT command if the drive indicates it needs its motor started and the allow_restart flag is set in the scsi_device. If, after the scsi error handler invokes a host adapter reset due to error recovery, a device is in a unit attention state AND also needs a START_UNIT, that device will be placed offline. The disk array devices on an ipr RAID adapter will do exactly this when in a dual initiator configuration. This patch adds a single retry to the EH initiated START_UNIT. Signed-off-by: Brian King Patch modified and Signed-off-by: James Bottomley --- Reading git-diff-tree failed