From: Mike Christie Date: Fri, 19 May 2006 01:31:42 +0000 (-0500) Subject: [SCSI] iscsi: fix command requeues during iscsi recovery X-Git-Tag: v2.6.18-rc1~1092^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656cffc95f0cb8211aa75eaca249e6ff4f59ec83;p=pandora-kernel.git [SCSI] iscsi: fix command requeues during iscsi recovery Do not flush queues then block session. This will cause commands to needlessly swing around on us and remove goofy recovery_failed field and replace with state value. And do not start recovery from within the host reset function. This causeis too many problems becuase open-iscsi was desinged to call out to userspace then have userpscae decide if we should go into recovery or kill the session. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed