[PATCH 12/12] workqueue: avoid work_on_cpu() to interfere system_wq

2012-09-26 Thread Lai Jiangshan
We can't expect how long the work of work_on_cpu() will run. So move it to system_long_wq to avoid it interfere system_wq. Note: The initial implement(2d3854a3) of work_on_cpu() uses its own workqueue. Signed-off-by: Lai Jiangshan --- kernel/workqueue.c |2 +- 1 files changed, 1

[PATCH 12/12] workqueue: avoid work_on_cpu() to interfere system_wq

2012-09-26 Thread Lai Jiangshan
We can't expect how long the work of work_on_cpu() will run. So move it to system_long_wq to avoid it interfere system_wq. Note: The initial implement(2d3854a3) of work_on_cpu() uses its own workqueue. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- kernel/workqueue.c |2 +- 1 files