From: Mike Christie Date: Mon, 24 Jul 2006 20:47:26 +0000 (-0500) Subject: [SCSI] iscsi bugfixes: fix oops when iser is flushing io X-Git-Tag: v2.6.18-rc5~57^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c83469d36a9dd30dbf1fb9fc5ca3be3a0e64ff4;p=pandora-kernel.git [SCSI] iscsi bugfixes: fix oops when iser is flushing io When we enter recovery and flush the running commands we cannot freee the connection before flushing the commands. Some commands may have a reference to the connection that needs to be released before. iscsi_stop was forcing the term and suspend too early and was causing a oops in iser, so this patch removes those callbacks all together and allows the LLD to handle that detail. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed