提交 c7f743a6 编写于 作者: S Sean Hefty 提交者: Roland Dreier

IB: Remove redundant "_wq" from workqueue names

Signed-off-by: NRoland Dreier <rolandd@cisco.com>
上级 aedec080
......@@ -373,7 +373,7 @@ static struct notifier_block nb = {
static int addr_init(void)
{
addr_wq = create_singlethread_workqueue("ib_addr_wq");
addr_wq = create_singlethread_workqueue("ib_addr");
if (!addr_wq)
return -ENOMEM;
......
......@@ -2494,7 +2494,7 @@ static int cma_init(void)
next_port = (next_port % (sysctl_local_port_range[1] -
sysctl_local_port_range[0])) +
sysctl_local_port_range[0];
cma_wq = create_singlethread_workqueue("rdma_cm_wq");
cma_wq = create_singlethread_workqueue("rdma_cm");
if (!cma_wq)
return -ENOMEM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册