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:
8db25e7
)
kthread_worker: reorganize to prepare for flush_kthread_work() reimplementation
author
Tejun Heo
<tj@kernel.org>
Thu, 19 Jul 2012 20:52:53 +0000
(13:52 -0700)
committer
Tejun Heo
<tj@kernel.org>
Sun, 22 Jul 2012 17:11:01 +0000
(10:11 -0700)
Make the following two non-functional changes.
* Separate out insert_kthread_work() from queue_kthread_work().
* Relocate struct kthread_flush_work and kthread_flush_work_fn()
definitions above flush_kthread_work().
v2: Added lockdep_assert_held() in insert_kthread_work() as suggested
by Andy Walls.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Andy Walls <awalls@md.metrocast.net>
kernel/kthread.c
patch
|
blob
|
history
diff --cc
kernel/kthread.c
Simple merge