From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Woodhouse Subject: Re: [2.6 patch] kernel/audit.c: remove unused exports Date: Tue, 28 Nov 2006 19:27:02 +0000 Message-ID: <1164742022.22245.10.camel@pmac.infradead.org> References: <20061128012848.GW15364@stusta.de> <20061128191809.GA19990@suse.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id kASJjJk7027416 for ; Tue, 28 Nov 2006 14:45:19 -0500 Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kASJjHE4021900 for ; Tue, 28 Nov 2006 14:45:17 -0500 In-Reply-To: <20061128191809.GA19990@suse.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: Tony Jones Cc: linux-audit@redhat.com, Adrian Bunk List-Id: linux-audit@redhat.com On Tue, 2006-11-28 at 11:18 -0800, Tony Jones wrote: > I recall the opinion at the time was that it was considered useful to allow > third party modules to generate audit messages. Has anything changed? It should at least be EXPORT_SYMBOL_GPL, not EXPORT_SYMBOL. -- dwmw2