Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758889AbbKSPlU (ORCPT ); Thu, 19 Nov 2015 10:41:20 -0500 Received: from mailout1.hostsharing.net ([83.223.95.204]:59675 "EHLO mailout1.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757850AbbKSPlS (ORCPT ); Thu, 19 Nov 2015 10:41:18 -0500 X-Mailbox-Line: From 630ce20095bc0d2710f3dde73e08445f43197d61 Mon Sep 17 00:00:00 2001 Message-Id: <630ce20095bc0d2710f3dde73e08445f43197d61.1447937831.git.lukas@wunner.de> In-Reply-To: References: From: Lukas Wunner Date: Thu, 19 Nov 2015 16:31:11 +0100 Subject: [PATCH 1/1] async: export current_is_async() To: Tejun Heo Cc: linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 25 Introduced by 84b233adcca3 ("workqueue: implement current_is_async()"). Cc: Tejun Heo Signed-off-by: Lukas Wunner --- 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/