commit | 63d95a9150ee3bbd4117fcd609dee40313b454d9 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Jul 12 14:46:37 2012 -0700 |
committer | Tejun Heo <tj@kernel.org> | Thu Jul 12 14:46:37 2012 -0700 |
tree | 0833d49afe4478586d791217772dcdef974f662f | |
parent | bd7bdd43dcb81bb08240b9401b36a104f77dc135 [diff] |
workqueue: use @pool instead of @gcwq or @cpu where applicable Modify all functions which deal with per-pool properties to pass around @pool instead of @gcwq or @cpu. The changes in this patch are mechanical and don't caues any functional difference. This is to prepare for multiple pools per gcwq. Signed-off-by: Tejun Heo <tj@kernel.org>