commit | 4736cbf7a4b2a6bbb50a809a6933fb7eb29dc38f | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@cn.fujitsu.com> | Tue May 20 17:46:35 2014 +0800 |
committer | Tejun Heo <tj@kernel.org> | Tue May 20 10:59:32 2014 -0400 |
tree | 0e362a58838340c4b172e090f89a120b8b80c5d2 | |
parent | 92f9c5c40cc67ffcc5ac7f55fdbd6ae8afc7e0b4 [diff] |
workqueue: separate pool-attaching code out from create_worker() Currently, the code to attach a new worker to its pool is embedded in create_worker(). Separating this code out will make the codes clearer and will allow rescuers to share the code path later. tj: Description and comment updates. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Tejun Heo <tj@kernel.org>