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:
203b42f
)
workqueue: clean up delayed_work initializers and add missing one
author
Tejun Heo
<tj@kernel.org>
Tue, 21 Aug 2012 20:18:23 +0000
(13:18 -0700)
committer
Tejun Heo
<tj@kernel.org>
Tue, 21 Aug 2012 20:18:23 +0000
(13:18 -0700)
Reimplement delayed_work initializers using new timer initializers
which take timer flags. This reduces code duplications and will ease
further initializer changes. This patch also adds a missing
initializer - INIT_DEFERRABLE_WORK_ONSTACK().
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found