From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arjan van de Ven Subject: Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL Date: Sun, 29 Jul 2007 11:40:33 -0700 Message-ID: <1185734433.346.33.camel@laptopd505.fenrus.org> References: <20070729150233.GX16817@stusta.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070729150233.GX16817@stusta.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Adrian Bunk Cc: David Woodhouse , linux-kernel@vger.kernel.org, linux-audit@redhat.com List-Id: linux-audit@redhat.com On Sun, 2007-07-29 at 17:02 +0200, Adrian Bunk wrote: > This patch changes some completely unused audit exports from > EXPORT_SYMBOL to EXPORT_SYMBOL_GPL. > > They are still completely unused, but hopefully some of the theoretical > code that might use it will appear in the kernel in the near future... \ at least make them _UNUSED_ so that people can select to not have these take up space...