Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757097AbXJXTOV (ORCPT ); Wed, 24 Oct 2007 15:14:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753433AbXJXTOK (ORCPT ); Wed, 24 Oct 2007 15:14:10 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:57567 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753391AbXJXTOI (ORCPT ); Wed, 24 Oct 2007 15:14:08 -0400 Date: Wed, 24 Oct 2007 21:14:37 +0200 From: Adrian Bunk To: David Stevens Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [2.6 patch] unexport icmpmsg_statistics Message-ID: <20071024191437.GF30533@stusta.de> References: <20071024162410.GE30533@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1584 Lines: 47 On Wed, Oct 24, 2007 at 12:07:45PM -0700, David Stevens wrote: > netdev-owner@vger.kernel.org wrote on 10/24/2007 09:24:10 AM: > > > This patch removes the unused EXPORT_SYMBOL(icmpmsg_statistics). > > > > Signed-off-by: Adrian Bunk > > > > --- > > 4ce74657ac0b1bdcb4c7bc359d05643f8cc4a08b > > diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c > > index 272c69e..233de06 100644 > > --- a/net/ipv4/icmp.c > > +++ b/net/ipv4/icmp.c > > @@ -1104,5 +1104,4 @@ void __init icmp_init(struct net_proto_family > *ops) > > EXPORT_SYMBOL(icmp_err_convert); > > EXPORT_SYMBOL(icmp_send); > > EXPORT_SYMBOL(icmp_statistics); > > -EXPORT_SYMBOL(icmpmsg_statistics); > > EXPORT_SYMBOL(xrlim_allow); > > "icmpmsg_statistics" belongs with (and replaces some of the > old...) > "icmp_statistics". I'm not sure that any modules use it, but I think you > should remove both or neither. icmp_statistics is used by the dccp_ipv4 and sctp modules. icmpmsg_statistics is not used by any modules. > +-DLS cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/