]> err.no Git - linux-2.6/blobdiff - drivers/scsi/scsi_transport_iscsi.c
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6] / drivers / scsi / scsi_transport_iscsi.c
index 45e31635a5954d51fe1d042a64aa38d231142f36..59a1c9d9d3bdc174eabed3553db658367288da44 100644 (file)
@@ -379,6 +379,7 @@ iscsi_transport_create_session(struct scsi_transport_template *scsit,
        shost->max_lun = transport->max_lun;
        shost->max_cmd_len = transport->max_cmd_len;
        shost->transportt = scsit;
+       shost->transportt->create_work_queue = 1;
 
        if (scsi_add_host(shost, NULL))
                goto free_host;