All of lore.kernel.org
 help / color / mirror / Atom feed
* Fw: [PATCH net-2.6 2/2] [IPV4] [NETFILTER] Misc Cleanups.
@ 2008-06-02  6:46 David Miller
  2008-06-02  9:48 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2008-06-02  6:46 UTC (permalink / raw)
  To: netfilter-devel; +Cc: ramirose

[-- Attachment #1: Type: Text/Plain, Size: 55 bytes --]


Also forwarding to netfilter-devel, where it belongs.

[-- Attachment #2: Type: Message/Rfc822, Size: 3100 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 235 bytes --]

Hi,

This patch removes nf_ct_ipv4_ct_gather_frags() method declaration from
include/net/netfilter/ipv4/nf_conntrack_ipv4.h, since it is unused in
the Linux kernel.

Regards,
Rami Rosen


Signed-off-by: Rami Rosen <ramirose@gmail.com>

[-- Attachment #2.1.2: patch2.txt --]
[-- Type: text/plain, Size: 491 bytes --]

diff --git a/include/net/netfilter/ipv4/nf_conntrack_ipv4.h b/include/net/netfilter/ipv4/nf_conntrack_ipv4.h
index 9bf0598..7573d52 100644
--- a/include/net/netfilter/ipv4/nf_conntrack_ipv4.h
+++ b/include/net/netfilter/ipv4/nf_conntrack_ipv4.h
@@ -9,8 +9,6 @@
 #ifndef _NF_CONNTRACK_IPV4_H
 #define _NF_CONNTRACK_IPV4_H
 
-/* Returns new sk_buff, or NULL */
-struct sk_buff *nf_ct_ipv4_ct_gather_frags(struct sk_buff *skb);
 
 extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4;


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

* Re: Fw: [PATCH net-2.6 2/2] [IPV4] [NETFILTER] Misc Cleanups.
  2008-06-02  6:46 Fw: [PATCH net-2.6 2/2] [IPV4] [NETFILTER] Misc Cleanups David Miller
@ 2008-06-02  9:48 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2008-06-02  9:48 UTC (permalink / raw)
  To: David Miller; +Cc: netfilter-devel, ramirose


> This patch removes nf_ct_ipv4_ct_gather_frags() method declaration from
> include/net/netfilter/ipv4/nf_conntrack_ipv4.h, since it is unused in
> the Linux kernel.

Applied, thanks.

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

end of thread, other threads:[~2008-06-02  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-02  6:46 Fw: [PATCH net-2.6 2/2] [IPV4] [NETFILTER] Misc Cleanups David Miller
2008-06-02  9:48 ` 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.