[PATCH wq/for-3.6-fixes 2/3] workqueue: rename rebind_workers() to gcwq_associate() and let it handle locking and DISASSOCIATED clearing

2012-09-06 Thread Tejun Heo
>From 0150a04271dbcc9abbb2575911fa1d72d40451bf Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Thu, 6 Sep 2012 12:50:40 -0700 CPU_ONLINE used to handle locking and clearing of DISASSOCIATED and rebind_workers() just the rebinding. This patch renames the function to gcwq_associate() and let it

[PATCH wq/for-3.6-fixes 2/3] workqueue: rename rebind_workers() to gcwq_associate() and let it handle locking and DISASSOCIATED clearing

2012-09-06 Thread Tejun Heo
From 0150a04271dbcc9abbb2575911fa1d72d40451bf Mon Sep 17 00:00:00 2001 From: Tejun Heo t...@kernel.org Date: Thu, 6 Sep 2012 12:50:40 -0700 CPU_ONLINE used to handle locking and clearing of DISASSOCIATED and rebind_workers() just the rebinding. This patch renames the function to gcwq_associate()