mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
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>
This commit is contained in:
parent
fb1a21114f
commit
581da2cab5
1 changed files with 1 additions and 0 deletions
|
@ -326,3 +326,4 @@ bool current_is_async(void)
|
|||
|
||||
return worker && worker->current_func == async_run_entry_fn;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(current_is_async);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue