From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 09/10] [NETFILTER]: constify and annotate nf_{conntrack,nat}_icmp Date: Wed, 30 Jan 2008 16:49:23 +0100 Message-ID: <47A09C83.5000202@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:54526 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755336AbYA3Ptj (ORCPT ); Wed, 30 Jan 2008 10:49:39 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > Constify a few data tables use const qualifiers on variables where > possible in the nf_conntrack_icmp* sources. > > Signed-off-by: Jan Engelhardt > --- > net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 10 ++++++---- > net/ipv4/netfilter/nf_nat_proto_icmp.c | 2 +- > net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 14 ++++++++------ > 3 files changed, 15 insertions(+), 11 deletions(-) Applied.