]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/qla2xxx/qla_os.c
Merge branch 'master' into for-2.6.39
[~andy/linux] / drivers / scsi / qla2xxx / qla_os.c
index f27724d76cf667ab2a95fd2e1301d02485ea4296..e90f7c16b95611ed52f091e48262b0da2b908365 100644 (file)
@@ -349,7 +349,7 @@ static int qla25xx_setup_mode(struct scsi_qla_host *vha)
                                "Can't create request queue\n");
                        goto fail;
                }
-               ha->wq = create_workqueue("qla2xxx_wq");
+               ha->wq = alloc_workqueue("qla2xxx_wq", WQ_MEM_RECLAIM, 1);
                vha->req = ha->req_q_map[req];
                options |= BIT_1;
                for (ques = 1; ques < ha->max_rsp_queues; ques++) {