]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libiscsi_tcp: fix LLD data allocation
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 24 Jun 2011 20:11:55 +0000 (15:11 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 21:47:01 +0000 (13:47 -0800)
commitd5893723e57f33454ece7ab473a3352f6913af19
treed1784310a595b49d6315b374b2a2b9165073e676
parent2f9b9c0646cee4981675be4b5735a3835a85b7b2
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