From: Tejun Heo Date: Thu, 12 Jul 2012 21:46:37 +0000 (-0700) Subject: workqueue: use @pool instead of @gcwq or @cpu where applicable X-Git-Tag: v3.6-rc1~106^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d95a9150ee3bbd4117fcd609dee40313b454d9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed