Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758873AbbKSPlT (ORCPT ); Thu, 19 Nov 2015 10:41:19 -0500 Received: from mailout1.hostsharing.net ([83.223.95.204]:50869 "EHLO mailout1.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757659AbbKSPlS (ORCPT ); Thu, 19 Nov 2015 10:41:18 -0500 X-Greylist: delayed 528 seconds by postgrey-1.27 at vger.kernel.org; Thu, 19 Nov 2015 10:41:18 EST X-Mailbox-Line: From 630ce20095bc0d2710f3dde73e08445f43197d61 Mon Sep 17 00:00:00 2001 Message-Id: From: Lukas Wunner Date: Thu, 19 Nov 2015 16:31:11 +0100 Subject: [PATCH 0/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: 618 Lines: 27 Hi Tejun, when you introduced current_is_async() with 84b233adcca3, was it a deliberate decision not to export it? All other non-static functions in async.c are exported as well. I'm asking because I would like to use it in i915.ko. Thanks, Lukas Lukas Wunner (1): async: export current_is_async() kernel/async.c | 1 + 1 file changed, 1 insertion(+) -- 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/