summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
authorLai Jiangshan2014-07-26 06:04:00 +0200
committerTejun Heo2014-07-28 20:16:30 +0200
commit95847e1bd34c0de86039408b24a05f07e788061d (patch)
treee7aa09711a482867c98c608f742303d7411126cc /kernel/workqueue.c
parentkthread_work: wake up worker only when the worker is idle (diff)
downloadkernel-qcow2-linux-95847e1bd34c0de86039408b24a05f07e788061d.tar.gz
kernel-qcow2-linux-95847e1bd34c0de86039408b24a05f07e788061d.tar.xz
kernel-qcow2-linux-95847e1bd34c0de86039408b24a05f07e788061d.zip
kthread_work: remove the unused wait_queue_head
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>
Diffstat (limited to 'kernel/workqueue.c')
0 files changed, 0 insertions, 0 deletions