commit | 9daf9e678d18585433a4ad90ec51a448e5fd054c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Jan 24 11:01:33 2013 -0800 |
committer | Tejun Heo <tj@kernel.org> | Thu Jan 24 11:01:33 2013 -0800 |
tree | e21d85aa3280cabe420c8c8c992f59e11b4aab82 | |
parent | 715b06b864c99a18cb8368dfb187da4f569788cd [diff] |
workqueue: add worker_pool->id Add worker_pool->id which is allocated from worker_pool_idr. This will be used to record the last associated worker_pool in work->data. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>