From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH][NET]: Finish removing unused "mibalign" argument for snmp_mib_init(). Date: Sun, 09 Dec 2007 00:27:33 -0800 (PST) Message-ID: <20071209.002733.62175650.davem@davemloft.net> References: <20071208.004147.99843986.davem@davemloft.net> <20071208175532.GE3180@ghostprotocols.net> <20071208.101354.18036989.yoshfuji@linux-ipv6.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Cc: acme@redhat.com, netdev@vger.kernel.org To: yoshfuji@linux-ipv6.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:46797 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751500AbXLII1e (ORCPT ); Sun, 9 Dec 2007 03:27:34 -0500 In-Reply-To: <20071208.101354.18036989.yoshfuji@linux-ipv6.org> Sender: netdev-owner@vger.kernel.org List-ID: From: YOSHIFUJI Hideaki / 吉藤英明 Date: Sat, 08 Dec 2007 10:13:54 -0800 (PST) > Hello. > > In article <20071208175532.GE3180@ghostprotocols.net> (at Sat, 8 Dec 2007 15:55:34 -0200), Arnaldo Carvalho de Melo says: > > > Signed-off-by: Arnaldo Carvalho de Melo > > > > diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c > > index 5ab8ba7..90d2f72 100644 > > --- a/net/ipv6/af_inet6.c > > +++ b/net/ipv6/af_inet6.c > > @@ -714,20 +714,19 @@ EXPORT_SYMBOL_GPL(ipv6_opt_accepted); > > > > static int __init init_ipv6_mibs(void) > > { > > - if (snmp_mib_init((void **)ipv6_statistics, sizeof (struct ipstats_mib), > > - __alignof__(struct ipstats_mib)) < 0) > > + if (snmp_mib_init((void **)ipv6_statistics, > > + sizeof(struct ipstats_mib)) < 0) > > goto err_ip_mib; > > Oops... thanks. > Acked-by: YOSHIFUJI Hideaki Applied, thanks.