[Intel-gfx] [PATCH 1/1] async: export current_is_async()

Lukas Wunner lukas at wunner.de
Thu Nov 19 07:31:11 PST 2015


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

Cc: Tejun Heo <tj at kernel.org>
Signed-off-by: Lukas Wunner <lukas at wunner.de>
---
 kernel/async.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/async.c b/kernel/async.c
index 4c3773c..d2edd6e 100644
--- a/kernel/async.c
+++ b/kernel/async.c
@@ -326,3 +326,4 @@ bool current_is_async(void)
 
 	return worker && worker->current_func == async_run_entry_fn;
 }
+EXPORT_SYMBOL_GPL(current_is_async);
-- 
2.1.0



More information about the Intel-gfx mailing list