commit | 22a39fbbfecfea703b686a4626a631d706ccb3ee | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Feb 16 15:04:33 2011 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Feb 24 12:41:05 2011 -0500 |
tree | d3d13184d9412310a6db0f9ae4423fd881a302cf | |
parent | fdafd4dfc7bbdd40a4692192b77299b28c8a948f [diff] |
[SCSI] iscsi: fix iscsi_endpoint leak When iscsid restarts it does not know the connection's endpoint, so it is getting leaked. This fixes the problem by having the iscsi class force a disconnect before a new connection is bound. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>