IB: Remove redundant "_wq" from workqueue names
authorSean Hefty <sean.hefty@intel.com>
Thu, 1 Feb 2007 20:23:37 +0000 (12:23 -0800)
committerRoland Dreier <rolandd@cisco.com>
Sat, 10 Feb 2007 16:00:50 +0000 (08:00 -0800)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/addr.c
drivers/infiniband/core/cma.c

index d2bb5a9..a91001c 100644 (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;
 
index bc31b54..db88e60 100644 (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;