From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL Date: Sun, 29 Jul 2007 21:26:03 +0100 Message-ID: <20070729202603.GA16503@infradead.org> References: <20070729150233.GX16817@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20070729150233.GX16817@stusta.de> Sender: linux-kernel-owner@vger.kernel.org To: Adrian Bunk Cc: David Woodhouse , Steve Grubb , linux-audit@redhat.com, linux-kernel@vger.kernel.org List-Id: linux-audit@redhat.com On Sun, Jul 29, 2007 at 05:02:33PM +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... Please kill them. We can add exports back once people add users for them.