]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: rename nr_running variables
authorTejun Heo <tj@kernel.org>
Thu, 24 Jan 2013 19:01:34 +0000 (11:01 -0800)
committerTejun Heo <tj@kernel.org>
Thu, 24 Jan 2013 19:01:34 +0000 (11:01 -0800)
commitc2ef11a88a1ae4ce122fc282c0cd0ed8973eccef
treefd24f4293e1c6fa9ab728c59ddc25d26146fd98e
parent959d9f03d2c7fc5f1933ae5cf83b7eb2054a75ba
workqueue: rename nr_running variables

Rename per-cpu and unbound nr_running variables such that they match
the pool variables.

This patch doesn't introduce any functional changes.

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