From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Greear Subject: Re: [net-next] ipv6: Export in6addr_any for use by modules. Date: Tue, 31 Aug 2010 16:01:35 -0700 Message-ID: <4C7D89CF.3040307@candelatech.com> References: <1283274495-12416-1-git-send-email-greearb@candelatech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Ben Greear Return-path: Received: from mail.candelatech.com ([208.74.158.172]:60092 "EHLO ns3.lanforge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753772Ab0HaXBk (ORCPT ); Tue, 31 Aug 2010 19:01:40 -0400 In-Reply-To: <1283274495-12416-1-git-send-email-greearb@candelatech.com> Sender: netdev-owner@vger.kernel.org List-ID: On 08/31/2010 10:08 AM, Ben Greear wrote: > Some upcoming cifs code, could make use of this, at least. Actually, it's probably not worth the dependency on ipv6 for this small bit of code savings, so at least for cifs, this probably isn't useful. Thanks, Ben > > Signed-off-by: Ben Greear > --- > :100644 100644 ab70a3f... 735989a... M net/ipv6/addrconf.c > net/ipv6/addrconf.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c > index ab70a3f..735989a 100644 > --- a/net/ipv6/addrconf.c > +++ b/net/ipv6/addrconf.c > @@ -230,6 +230,7 @@ static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = { > > /* IPv6 Wildcard Address and Loopback Address defined by RFC2553 */ > const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; > +EXPORT_SYMBOL(in6addr_any); > const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; > const struct in6_addr in6addr_linklocal_allnodes = IN6ADDR_LINKLOCAL_ALLNODES_INIT; > const struct in6_addr in6addr_linklocal_allrouters = IN6ADDR_LINKLOCAL_ALLROUTERS_INIT; -- Ben Greear Candela Technologies Inc http://www.candelatech.com