From: Tejun Heo Date: Thu, 14 Feb 2013 03:29:12 +0000 (-0800) Subject: workqueue: rename cpu_workqueue to pool_workqueue X-Git-Tag: v3.9-rc1~159^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112202d9098aae2c36436e5178c0cf3ced423c7b;p=pandora-kernel.git workqueue: rename cpu_workqueue to pool_workqueue workqueue has moved away from global_cwqs to worker_pools and with the scheduled custom worker pools, wforkqueues will be associated with pools which don't have anything to do with CPUs. The workqueue code went through significant amount of changes recently and mass renaming isn't likely to hurt much additionally. Let's replace 'cpu' with 'pool' so that it reflects the current design. * s/struct cpu_workqueue_struct/struct pool_workqueue/ * s/cpu_wq/pool_wq/ * s/cwq/pwq/ This patch is purely cosmetic. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed