From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/3] netfilter: fix warning about invalid const usage Date: Thu, 26 Mar 2009 01:03:32 -0700 (PDT) Message-ID: <20090326.010332.160800916.davem@davemloft.net> References: <1238053819.13879.4.camel@ice-age> <1238054396-9088-1-git-send-email-eric@inl.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kaber@trash.net, sfr@canb.auug.org.au, linux-next@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org To: eric@inl.fr Return-path: In-Reply-To: <1238054396-9088-1-git-send-email-eric@inl.fr> Sender: linux-next-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org From: Eric Leblond Date: Thu, 26 Mar 2009 08:59:54 +0100 > This patch fixes the declaration of the logger structure in ebt_log > and ebt_ulog: I forgot to remove the const option from their declaration > in the commit ca735b3aaa945626ba65a3e51145bfe4ecd9e222 ("netfilter: > use a linked list of loggers"). > > Pointed-out-by: Stephen Rothwell > Signed-off-by: Eric Leblond Applied.