Unverified Commit a98e739b authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!12927 RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency

parents 170b758d febf79dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1192,7 +1192,7 @@ static int __init iw_cm_init(void)
	if (ret)
		return ret;

	iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", 0);
	iwcm_wq = alloc_ordered_workqueue("iw_cm_wq", WQ_MEM_RECLAIM);
	if (!iwcm_wq)
		goto err_alloc;