提交 581da2ca 编写于 作者: L Lukas Wunner 提交者: Daniel Vetter

async: export current_is_async()

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

Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: NLukas Wunner <lukas@wunner.de>
Acked-by: NTejun Heo <tj@kernel.org>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 fb1a2111
......@@ -326,3 +326,4 @@ bool current_is_async(void)
return worker && worker->current_func == async_run_entry_fn;
}
EXPORT_SYMBOL_GPL(current_is_async);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册