commit | 98644047916c24258fb47c3dab2bed8a44f53b83 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Mon Oct 16 18:09:39 2006 -0400 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Oct 25 15:13:53 2006 -0700 |
tree | 06b94a000abae5d4710786cc57a5ec424e09cc12 | |
parent | 43a145a3440c5c5f24ff2888801e40e2242187e6 [diff] |
[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 <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>