]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] libiscsi_tcp: fix LLD data allocation
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 24 Jun 2011 20:11:55 +0000 (15:11 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 29 Jun 2011 21:43:10 +0000 (16:43 -0500)
commit74dcd0ec735ba9c5bef254b2f6e53068cf3f9ff0
treed4a30791f73d07c89bbd7043da92ac3fbf3c4a3d
parent03adb5f91280b433c3685d0ee86b2e1424af3d88
[SCSI] libiscsi_tcp: fix LLD data allocation

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>
drivers/scsi/libiscsi_tcp.c