Re: [PATCH 3/7] workqueue: rename rebind_workers() to associate_cpu_pool()

2013-04-04 Thread Tejun Heo
On Thu, Apr 04, 2013 at 10:05:34AM +0800, Lai Jiangshan wrote: > merge the code of clearing POOL_DISASSOCIATED to rebind_workers(), and > rename rebind_workers() to associate_cpu_pool(). > > It merges high related code together and simplify > workqueue_cpu_up_callback(). > > Signed-off-by: Lai

Re: [PATCH 3/7] workqueue: rename rebind_workers() to associate_cpu_pool()

2013-04-04 Thread Tejun Heo
On Thu, Apr 04, 2013 at 10:05:34AM +0800, Lai Jiangshan wrote: merge the code of clearing POOL_DISASSOCIATED to rebind_workers(), and rename rebind_workers() to associate_cpu_pool(). It merges high related code together and simplify workqueue_cpu_up_callback(). Signed-off-by: Lai

[PATCH 3/7] workqueue: rename rebind_workers() to associate_cpu_pool()

2013-04-03 Thread Lai Jiangshan
merge the code of clearing POOL_DISASSOCIATED to rebind_workers(), and rename rebind_workers() to associate_cpu_pool(). It merges high related code together and simplify workqueue_cpu_up_callback(). Signed-off-by: Lai Jiangshan --- kernel/workqueue.c | 21 ++--- 1 files

[PATCH 3/7] workqueue: rename rebind_workers() to associate_cpu_pool()

2013-04-03 Thread Lai Jiangshan
merge the code of clearing POOL_DISASSOCIATED to rebind_workers(), and rename rebind_workers() to associate_cpu_pool(). It merges high related code together and simplify workqueue_cpu_up_callback(). Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- kernel/workqueue.c | 21