diff options
Diffstat (limited to 'drivers/scsi/iscsi_tcp.c')
-rw-r--r-- | drivers/scsi/iscsi_tcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c index 79a706a94c68..ad8676c98c68 100644 --- a/drivers/scsi/iscsi_tcp.c +++ b/drivers/scsi/iscsi_tcp.c | |||
@@ -777,10 +777,11 @@ iscsi_sw_tcp_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max, | |||
777 | return NULL; | 777 | return NULL; |
778 | } | 778 | } |
779 | 779 | ||
780 | shost = iscsi_host_alloc(&iscsi_sw_tcp_sht, 0, qdepth, 1); | 780 | shost = iscsi_host_alloc(&iscsi_sw_tcp_sht, 0, 1); |
781 | if (!shost) | 781 | if (!shost) |
782 | return NULL; | 782 | return NULL; |
783 | shost->transportt = iscsi_sw_tcp_scsi_transport; | 783 | shost->transportt = iscsi_sw_tcp_scsi_transport; |
784 | shost->cmd_per_lun = qdepth; | ||
784 | shost->max_lun = iscsi_max_lun; | 785 | shost->max_lun = iscsi_max_lun; |
785 | shost->max_id = 0; | 786 | shost->max_id = 0; |
786 | shost->max_channel = 0; | 787 | shost->max_channel = 0; |