[PATCH 15/31] workqueue: separate out init_worker_pool() from init_workqueues()

2013-03-01 Thread Tejun Heo
This will be used to implement unbound pools with custom attributes. This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo --- kernel/workqueue.c | 37 + 1 file changed, 21 insertions(+), 16 deletions(-) diff --git

[PATCH 15/31] workqueue: separate out init_worker_pool() from init_workqueues()

2013-03-01 Thread Tejun Heo
This will be used to implement unbound pools with custom attributes. This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo t...@kernel.org --- kernel/workqueue.c | 37 + 1 file changed, 21 insertions(+), 16 deletions(-) diff --git