git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a62c2c
)
workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()
author
Tejun Heo
<tj@kernel.org>
Tue, 12 Mar 2013 18:30:03 +0000
(11:30 -0700)
committer
Tejun Heo
<tj@kernel.org>
Tue, 12 Mar 2013 18:30:03 +0000
(11:30 -0700)
All per-cpu pools are standard, so there's no need to use both "cpu"
and "std" and for_each_std_worker_pool() is confusing in that it can
be used only for per-cpu pools.
* s/cpu_std_worker_pools/cpu_worker_pools/
* s/for_each_std_worker_pool()/for_each_cpu_worker_pool()/
Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
kernel/workqueue.c
patch
|
blob
|
history
diff --cc
kernel/workqueue.c
Simple merge