IB: Remove redundant "_wq" from workqueue names
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
aedec08050
commit
c7f743a669
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue