Skip to content
Commit 0a13c00e authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
parent 0d7614f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment