From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Jones Subject: Re: [2.6 patch] kernel/audit.c: remove unused exports Date: Tue, 28 Nov 2006 11:18:09 -0800 Message-ID: <20061128191809.GA19990@suse.de> References: <20061128012848.GW15364@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 kASJKBRx018761 for ; Tue, 28 Nov 2006 14:20:11 -0500 Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kASJK7oa008205 for ; Tue, 28 Nov 2006 14:20:07 -0500 Content-Disposition: inline In-Reply-To: <20061128012848.GW15364@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: linux-audit@redhat.com, dwmw2@infradead.org List-Id: linux-audit@redhat.com On Tue, Nov 28, 2006 at 02:28:48AM +0100, Adrian Bunk wrote: > This patch removes the following unused EXPORT_SYMBOL's: > - audit_log_start > - audit_log_end > - audit_log_format > - audit_log > > Signed-off-by: Adrian Bunk > > --- > > This patch was already sent on: > - 20 Apr 2006 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? Tony