git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7614f
)
workqueue: reorder queueing functions so that _on() variants are on top
author
Tejun Heo
<tj@kernel.org>
Fri, 3 Aug 2012 17:30:44 +0000
(10:30 -0700)
committer
Tejun Heo
<tj@kernel.org>
Fri, 3 Aug 2012 17:30:44 +0000
(10:30 -0700)
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>
No differences found