libiscsi_tcp: fix LLD data allocation
commit3e8264dbebf6026b4d3a778414738d5f8617c54c
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 24 Jun 2011 20:11:55 +0000 (24 15:11 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 20:32:07 +0000 (7 12:32 -0800)
tree832d665193c9e6dca8b39dd6adc78ab612626be9
parent8cef0aa080f3f7c443f1380f5b1fba63859e757a
libiscsi_tcp: fix LLD data allocation

commit 74dcd0ec735ba9c5bef254b2f6e53068cf3f9ff0 upstream.

Have libiscsi_tcp have upper layers allocate the LLD data
along with the iscsi_cls_conn struct, so it is refcounted.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/libiscsi_tcp.c