Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 581da2ca authored by Lukas Wunner's avatar Lukas Wunner Committed by Daniel Vetter
Browse files

async: export current_is_async()



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

Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent fb1a2111
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -326,3 +326,4 @@ bool current_is_async(void)

	return worker && worker->current_func == async_run_entry_fn;
}
EXPORT_SYMBOL_GPL(current_is_async);