]> 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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:35:19 +0000 (15:35 -0400)
commita08b86e5d76cce96ddb20a851b3a700dc413fc6b
tree268dad53a5257d0c4c390e339052bb6b3d251982
parentd12ada2b99093154f32947710677afb302524f50
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/scsi/libiscsi_tcp.c