commit | 4e1a1f9a051b4c9a2821a2a0f7f4a27c701fba51 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Mar 12 11:30:00 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Tue Mar 12 11:30:00 2013 -0700 |
tree | 637cab0901bc51e12b1453c4f67a5387b8a673d1 | |
parent | 34a06bd6b6fa92ccd9d3e6866b6cb91264c3cd20 [diff] |
workqueue: separate out init_worker_pool() from init_workqueues() This will be used to implement unbound pools with custom attributes. This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>