Subject: export current_is_keventd will be removed when the kernel is fixed. Signed-off-by: Arnd Bergmann Index: linux-2.6/kernel/workqueue.c =================================================================== --- linux-2.6.orig/kernel/workqueue.c +++ linux-2.6/kernel/workqueue.c @@ -646,6 +646,7 @@ int schedule_on_each_cpu(work_func_t fun free_percpu(works); return 0; } +EXPORT_SYMBOL_GPL(current_is_keventd); void flush_scheduled_work(void) {