From: Andrew Morton Cc: Oleg Nesterov Signed-off-by: Andrew Morton --- kernel/workqueue.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/workqueue.c~implement-flush_work-sanity kernel/workqueue.c --- a/kernel/workqueue.c~implement-flush_work-sanity +++ a/kernel/workqueue.c @@ -169,7 +169,7 @@ int fastcall run_scheduled_work(struct w } EXPORT_SYMBOL(run_scheduled_work); -static inline void insert_work(struct cpu_workqueue_struct *cwq, +static void insert_work(struct cpu_workqueue_struct *cwq, struct work_struct *work, int tail) { set_wq_data(work, cwq); _