[SCSI] iscsi lib: have lib create work queue for transmitting IO
[deliverable/linux.git] / drivers / scsi / cxgb3i / cxgb3i_iscsi.c
index fa2a44f37b361e657a6d37bb452c90b6e461200c..f6ed9c62efb0c6bb1fa1abcfbdec0ccc2cce4f60 100644 (file)
@@ -171,7 +171,7 @@ struct cxgb3i_hba *cxgb3i_hba_host_add(struct cxgb3i_adapter *snic,
 
        shost = iscsi_host_alloc(&cxgb3i_host_template,
                                 sizeof(struct cxgb3i_hba),
-                                CXGB3I_SCSI_QDEPTH_DFLT);
+                                CXGB3I_SCSI_QDEPTH_DFLT, 1);
        if (!shost) {
                cxgb3i_log_info("iscsi_host_alloc failed.\n");
                return NULL;
This page took 0.025046 seconds and 5 git commands to generate.