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:
ed1403e
)
kthread_work: remove the unused wait_queue_head
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Sat, 26 Jul 2014 04:04:00 +0000
(12:04 +0800)
committer
Tejun Heo
<tj@kernel.org>
Mon, 28 Jul 2014 18:16:30 +0000
(14:16 -0400)
The wait_queue_head_t kthread_work->done is unused since
flush_kthread_work() has been re-implemented. Let's remove it
including the initialization code. This makes
DEFINE_KTHREAD_WORK_ONSTACK() unnecessary, removed.
tj: Updated description. Removed DEFINE_KTHREAD_WORK_ONSTACK().
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/kthread.h
patch
|
blob
|
history
diff --cc
include/linux/kthread.h
Simple merge