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:
715f130
)
workqueue: move try_to_grab_pending() upwards
author
Tejun Heo
<tj@kernel.org>
Fri, 3 Aug 2012 17:30:46 +0000
(10:30 -0700)
committer
Tejun Heo
<tj@kernel.org>
Fri, 3 Aug 2012 17:30:46 +0000
(10:30 -0700)
try_to_grab_pending() will be used by to-be-implemented
mod_delayed_work[_on](). Move try_to_grab_pending() and related
functions above queueing functions.
This patch only moves functions around.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found