[Devel] [PATCH] net: Delete nf_frags_hdr and ct_frags

Kirill Tkhai ktkhai at odin.com
Mon Jun 22 09:35:42 PDT 2015


These are unused (even in 2.6.32) leftovers from
earlier versions.

Signed-off-by: Kirill Tkhai <ktkhai at odin.com>
---
 include/net/netns/ipv6.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
index 9defaf6..005e2c2 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -17,7 +17,6 @@ struct netns_sysctl_ipv6 {
 	struct ctl_table_header *icmp_hdr;
 	struct ctl_table_header *frags_hdr;
 	struct ctl_table_header *xfrm6_hdr;
-	struct ctl_table_header *nf_frags_hdr;
 #endif
 	int bindv6only;
 	int flush_delay;
@@ -37,7 +36,6 @@ struct netns_ipv6 {
 	struct ipv6_devconf	*devconf_dflt;
 	struct inet_peer_base	*peers;
 	struct netns_frags	frags;
-	struct netns_frags	ct_frags;
 #ifdef CONFIG_NETFILTER
 	struct xt_table		*ip6table_filter;
 	struct xt_table		*ip6table_mangle;




More information about the Devel mailing list