summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
authorLai Jiangshan <laijs@cn.fujitsu.com>2014-07-26 12:04:00 +0800
committerTejun Heo <tj@kernel.org>2014-07-28 14:16:30 -0400
commit95847e1bd34c0de86039408b24a05f07e788061d (patch)
treee7aa09711a482867c98c608f742303d7411126cc /kernel/workqueue.c
parented1403ec2bd463050e481cd29be40c504021676c (diff)
downloadlinux-95847e1bd34c0de86039408b24a05f07e788061d.tar.gz
linux-95847e1bd34c0de86039408b24a05f07e788061d.tar.xz
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