From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH 3/3] IPV6: use cheaper ipv6_addr_any() where appropriate Date: Fri, 6 Feb 2004 15:33:21 -0800 Sender: netdev-bounce@oss.sgi.com Message-ID: <20040206153321.07ca91b0.davem@redhat.com> References: <20040206.181014.40584753.yoshfuji@linux-ipv6.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: netdev@oss.sgi.com Return-path: To: yoshfuji@linux-ipv6.org In-Reply-To: <20040206.181014.40584753.yoshfuji@linux-ipv6.org> Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Fri, 06 Feb 2004 18:10:14 +0900 (JST) YOSHIFUJI Hideaki / 吉藤英明 wrote: > [PATCH 3/3] IPV6: use cheaper ipv6_addr_any() where appropriate > > D: Use cheaper ipv6_addr_any() where appropriate. Also applied. Guess you didn't get all of these cases the other week when you were making similar changes. :-) Thanks.