From: Lai Jiangshan Date: Tue, 20 May 2014 09:46:35 +0000 (+0800) Subject: workqueue: separate pool-attaching code out from create_worker() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~83^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4736cbf7a4b2a6bbb50a809a6933fb7eb29dc38f;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed