Revert "RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency"
This reverts commit 07013eb9e1
.
This commit is contained in:
parent
206cbbcdee
commit
07d46e5b6b
1 changed files with 1 additions and 1 deletions
|
@ -1192,7 +1192,7 @@ static int __init iw_cm_init(void)
|
|||
if (ret)
|
||||
return ret;
|
||||
|
||||
iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", WQ_MEM_RECLAIM);
|
||||
iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", 0);
|
||||
if (!iwcm_wq)
|
||||
goto err_alloc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue