X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=kernel%2Fworkqueue.c;h=90db1bd1a97852e4c547c43d840b2ca624c9a773;hb=d530db0db90378b5674cb78d9c0cfcc83f851a5e;hp=e5ff2cbaadc21d8e138b24c63dda236c4acb0350;hpb=7c1552d196682f05abaa8e49f81c40a9b6459b67;p=net-next-2.6.git diff --git a/kernel/workqueue.c b/kernel/workqueue.c index e5ff2cbaadc..90db1bd1a97 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -2064,7 +2064,7 @@ static void insert_wq_barrier(struct cpu_workqueue_struct *cwq, * checks and call back into the fixup functions where we * might deadlock. */ - INIT_WORK_ON_STACK(&barr->work, wq_barrier_func); + INIT_WORK_ONSTACK(&barr->work, wq_barrier_func); __set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work)); init_completion(&barr->done);