All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-2.6] netfilter: Remove stale declaration for ip6_masked_addrcmp().
@ 2010-03-07  8:39 YOSHIFUJI Hideaki
  2010-03-07 23:27 ` David Miller
  2010-03-08 12:17 ` Patrick McHardy
  0 siblings, 2 replies; 4+ messages in thread
From: YOSHIFUJI Hideaki @ 2010-03-07  8:39 UTC (permalink / raw)
  To: kaber, davem; +Cc: netfilter-devel, netdev, yoshfuji

Commit f2ffd9ee... ("[NETFILTER]: Move ip6_masked_addrcmp to
include/net/ipv6.h") replaced ip6_masked_addrcmp() with
ipv6_masked_addr_cmp().  Function definition went away.

Let's remove its declaration as well in header file.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
---
 include/linux/netfilter_ipv6/ip6_tables.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/linux/netfilter_ipv6/ip6_tables.h b/include/linux/netfilter_ipv6/ip6_tables.h
index e5ba03d..18442ff 100644
--- a/include/linux/netfilter_ipv6/ip6_tables.h
+++ b/include/linux/netfilter_ipv6/ip6_tables.h
@@ -316,10 +316,6 @@ extern int ip6t_ext_hdr(u8 nexthdr);
 extern int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset,
 			 int target, unsigned short *fragoff);
 
-extern int ip6_masked_addrcmp(const struct in6_addr *addr1,
-			      const struct in6_addr *mask,
-			      const struct in6_addr *addr2);
-
 #define IP6T_ALIGN(s) XT_ALIGN(s)
 
 #ifdef CONFIG_COMPAT
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH net-2.6] netfilter: Remove stale declaration for ip6_masked_addrcmp().
  2010-03-07  8:39 [PATCH net-2.6] netfilter: Remove stale declaration for ip6_masked_addrcmp() YOSHIFUJI Hideaki
@ 2010-03-07 23:27 ` David Miller
  2010-03-08 12:14   ` Patrick McHardy
  2010-03-08 12:17 ` Patrick McHardy
  1 sibling, 1 reply; 4+ messages in thread
From: David Miller @ 2010-03-07 23:27 UTC (permalink / raw)
  To: yoshfuji; +Cc: kaber, netfilter-devel, netdev

From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Date: Sun, 7 Mar 2010 17:39:13 +0900

> Commit f2ffd9ee... ("[NETFILTER]: Move ip6_masked_addrcmp to
> include/net/ipv6.h") replaced ip6_masked_addrcmp() with
> ipv6_masked_addr_cmp().  Function definition went away.
> 
> Let's remove its declaration as well in header file.
> 
> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>

Patrick, I assume you'll get this one too.

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-2.6] netfilter: Remove stale declaration for ip6_masked_addrcmp().
  2010-03-07 23:27 ` David Miller
@ 2010-03-08 12:14   ` Patrick McHardy
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick McHardy @ 2010-03-08 12:14 UTC (permalink / raw)
  To: David Miller; +Cc: yoshfuji, netfilter-devel, netdev

David Miller wrote:
> From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
> Date: Sun, 7 Mar 2010 17:39:13 +0900
> 
>> Commit f2ffd9ee... ("[NETFILTER]: Move ip6_masked_addrcmp to
>> include/net/ipv6.h") replaced ip6_masked_addrcmp() with
>> ipv6_masked_addr_cmp().  Function definition went away.
>>
>> Let's remove its declaration as well in header file.
>>
>> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
> 
> Patrick, I assume you'll get this one too.

I will, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-2.6] netfilter: Remove stale declaration for ip6_masked_addrcmp().
  2010-03-07  8:39 [PATCH net-2.6] netfilter: Remove stale declaration for ip6_masked_addrcmp() YOSHIFUJI Hideaki
  2010-03-07 23:27 ` David Miller
@ 2010-03-08 12:17 ` Patrick McHardy
  1 sibling, 0 replies; 4+ messages in thread
From: Patrick McHardy @ 2010-03-08 12:17 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki; +Cc: davem, netfilter-devel, netdev

YOSHIFUJI Hideaki wrote:
> Commit f2ffd9ee... ("[NETFILTER]: Move ip6_masked_addrcmp to
> include/net/ipv6.h") replaced ip6_masked_addrcmp() with
> ipv6_masked_addr_cmp().  Function definition went away.
> 
> Let's remove its declaration as well in header file.

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-08 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-07  8:39 [PATCH net-2.6] netfilter: Remove stale declaration for ip6_masked_addrcmp() YOSHIFUJI Hideaki
2010-03-07 23:27 ` David Miller
2010-03-08 12:14   ` Patrick McHardy
2010-03-08 12:17 ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.