workqueues: s/ON_STACK/ONSTACK/
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Oct 2010 21:22:34 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:14 +0000 (16:52 -0700)
commitca1cab37d91cbe8a8333732540d43cabb54cfa85
treeea936dc8e5eb80b02fdf1d970bcb6f2e836051b9
parent99dc829256bb8cfcb1f58b7f118893fdbf608e60
workqueues: s/ON_STACK/ONSTACK/

Silly though it is, completions and wait_queue_heads use foo_ONSTACK
(COMPLETION_INITIALIZER_ONSTACK, DECLARE_COMPLETION_ONSTACK,
__WAIT_QUEUE_HEAD_INIT_ONSTACK and DECLARE_WAIT_QUEUE_HEAD_ONSTACK) so I
guess workqueues should do the same thing.

s/INIT_WORK_ON_STACK/INIT_WORK_ONSTACK/
s/INIT_DELAYED_WORK_ON_STACK/INIT_DELAYED_WORK_ONSTACK/

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/hpet.c
arch/x86/kernel/smpboot.c
drivers/md/dm-snap-persistent.c
include/linux/workqueue.h
kernel/workqueue.c