1
0
Fork 0

async: export current_is_async()

Introduced by 84b233adcc ("workqueue: implement current_is_async()").

Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
steinar/wifi_calib_4_9_kernel
Lukas Wunner 2015-11-19 16:31:11 +01:00 committed by Daniel Vetter
parent fb1a21114f
commit 581da2cab5
1 changed files with 1 additions and 0 deletions

View File

@ -326,3 +326,4 @@ bool current_is_async(void)
return worker && worker->current_func == async_run_entry_fn;
}
EXPORT_SYMBOL_GPL(current_is_async);