Skip to content

Commit

Permalink
async: export current_is_async()
Browse files Browse the repository at this point in the history
Introduced by 84b233a ("workqueue: implement current_is_async()").

Cc: Tejun Heo <[email protected]>
Signed-off-by: Lukas Wunner <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
  • Loading branch information
l1k authored and danvet committed Nov 19, 2015
1 parent fb1a211 commit 581da2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,4 @@ bool current_is_async(void)

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

0 comments on commit 581da2c

Please sign in to comment.