[SCSI] libiscsi: iscsi_session_setup to allow for private space
This patch contains changes that allow iscsi_session_setup to allocate private space for LLD's Signed-off-by: Jayamohan Kallickal <jayamohank@serverengines.com> Acked-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
6733b39a13
commit
b8b9e1b812
@@ -811,7 +811,7 @@ iscsi_sw_tcp_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max,
|
||||
goto free_host;
|
||||
|
||||
cls_session = iscsi_session_setup(&iscsi_sw_tcp_transport, shost,
|
||||
cmds_max,
|
||||
cmds_max, 0,
|
||||
sizeof(struct iscsi_tcp_task) +
|
||||
sizeof(struct iscsi_sw_tcp_hdrbuf),
|
||||
initial_cmdsn, 0);
|
||||
|
Reference in New Issue
Block a user