From: Tejun Heo Date: Thu, 24 Jan 2013 19:01:34 +0000 (-0800) Subject: workqueue: remove worker_pool->gcwq X-Git-Tag: v3.9-rc1~159^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8f0a609677a25f504527e50981df146c5b3d08;p=pandora-kernel.git workqueue: remove worker_pool->gcwq The only remaining user of pool->gcwq is std_worker_pool_pri(). Reimplement it using get_gcwq() and remove worker_pool->gcwq. This is part of an effort to remove global_cwq and make worker_pool the top level abstraction, which in turn will help implementing worker pools with user-specified attributes. Signed-off-by: Tejun Heo Reviewed-by: Lai Jiangshan --- Reading git-diff-tree failed