From: Mike Christie Date: Mon, 16 Oct 2006 22:09:39 +0000 (-0400) Subject: [SCSI] libiscsi: fix oops in connection create failure path X-Git-Tag: v2.6.19-rc4~86^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98644047916c24258fb47c3dab2bed8a44f53b83;p=pandora-kernel.git [SCSI] libiscsi: fix oops in connection create failure path If connection creation fails we end up calling list_del on a invalid struct. This then causes an oops. We are not acutally using the lists (old MCS code we thought might be useful elsewhere) so this patch just removes that code. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed