]> git.ipfire.org Git - thirdparty/linux.git/commit - kernel/workqueue.c
workqueue: use std_ prefix for the standard per-cpu pools
authorTejun Heo <tj@kernel.org>
Thu, 24 Jan 2013 19:01:33 +0000 (11:01 -0800)
committerTejun Heo <tj@kernel.org>
Thu, 24 Jan 2013 19:01:33 +0000 (11:01 -0800)
commite34cdddb03bdfe98f20c58934fd4c45019f13ae5
tree3c98a24a407e1f2794e06a48961a2b9da8e208ae
parente2905b29122173b72b612c962b138e3fa07476b8
workqueue: use std_ prefix for the standard per-cpu pools

There are currently two worker pools per cpu (including the unbound
cpu) and they are the only pools in use.  New class of pools are
scheduled to be added and some pool related APIs will be added
inbetween.  Call the existing pools the standard pools and prefix them
with std_.  Do this early so that new APIs can use std_ prefix from
the beginning.

This patch doesn't introduce any functional difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
kernel/workqueue.c