]> err.no Git - linux-2.6/blobdiff - drivers/scsi/iscsi_tcp.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[linux-2.6] / drivers / scsi / iscsi_tcp.c
index 0bd8b3dc3c19e0f32d69fde7d63fa747370b02c3..2a2f0094570fb0d1dfb78eeb34bcf89b47d9aa75 100644 (file)
@@ -1865,7 +1865,6 @@ iscsi_tcp_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max,
        shost->max_id = 0;
        shost->max_channel = 0;
        shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE;
-       shost->can_queue = cmds_max;
 
        if (iscsi_host_add(shost, NULL))
                goto free_host;