workqueue: use @pool instead of @gcwq or @cpu where applicable
authorTejun Heo <tj@kernel.org>
Thu, 12 Jul 2012 21:46:37 +0000 (14:46 -0700)
committerTejun Heo <tj@kernel.org>
Thu, 12 Jul 2012 21:46:37 +0000 (14:46 -0700)
commit63d95a9150ee3bbd4117fcd609dee40313b454d9
tree0833d49afe4478586d791217772dcdef974f662f
parentbd7bdd43dcb81bb08240b9401b36a104f77dc135
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>
kernel/workqueue.c