commit | 1037de36edae30f1ddc0a2532decd50f92ac4901 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@cn.fujitsu.com> | Thu May 22 16:44:07 2014 +0800 |
committer | Tejun Heo <tj@kernel.org> | Thu May 22 11:35:51 2014 -0400 |
tree | 3b79dc2d386d79ae339161a1e3cde1f0665d1ea0 | |
parent | cafebac153ae54fd0aba5d4ad28af995532c5375 [diff] |
workqueue: rename first_worker() to first_idle_worker() first_worker() actually returns the first idle workers, the name first_idle_worker() which is self-commnet will be better. All the callers of first_worker() expect it returns an idle worker, the name first_idle_worker() with "idle" notation makes reviewers happier. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Tejun Heo <tj@kernel.org>