dect
/
linux-2.6
Archived
13
0
Fork 0

IB: Remove redundant "_wq" from workqueue names

Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Sean Hefty 2007-02-01 12:23:37 -08:00 committed by Roland Dreier
parent aedec08050
commit c7f743a669
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;