]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: reorder queueing functions so that _on() variants are on top
authorTejun Heo <tj@kernel.org>
Fri, 3 Aug 2012 17:30:44 +0000 (10:30 -0700)
committerTejun Heo <tj@kernel.org>
Fri, 3 Aug 2012 17:30:44 +0000 (10:30 -0700)
commit80b329bc3b8a041130159822d3ed015d40b8b844
tree4233ef42fad89b4c42e00d8fed76112ce28390ba
parent9bab380dbc56a92c5472ee2154e0510c910a02c8
workqueue: reorder queueing functions so that _on() variants are on top

Currently, queue/schedule[_delayed]_work_on() are located below the
counterpart without the _on postifx even though the latter is usually
implemented using the former.  Swap them.

This is cleanup and doesn't cause any functional difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
kernel/workqueue.c