diff options
author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2014-07-26 08:04:00 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-07-28 22:16:30 +0400 |
commit | 95847e1bd34c0de86039408b24a05f07e788061d (patch) | |
tree | e7aa09711a482867c98c608f742303d7411126cc /kernel/workqueue.c | |
parent | ed1403ec2bd463050e481cd29be40c504021676c (diff) | |
download | 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