Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1273237

[PATCH 1/1] async: export current_is_async()

From Lukas Wunner <lukas@wunner.de>
Newsgroups linux.kernel
Subject [PATCH 1/1] async: export current_is_async()
Date 2015-11-19 16:50 +0100
Message-ID <qwzDc-2M9-37@gated-at.bofh.it> (permalink)
References <qwzDc-2M9-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Lukas Wunner <lukas@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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/1] async: export current_is_async() Lukas Wunner <lukas@wunner.de> - 2015-11-19 16:50 +0100
  [PATCH 1/1] async: export current_is_async() Lukas Wunner <lukas@wunner.de> - 2015-11-19 16:50 +0100
  Re: [PATCH 0/1] async: export current_is_async() Tejun Heo <tj@kernel.org> - 2015-11-19 17:20 +0100
    Re: [Intel-gfx] [PATCH 0/1] async: export current_is_async() Daniel Vetter <daniel@ffwll.ch> - 2015-11-19 18:00 +0100

csiph-web