aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/reassembly.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2016-01-05 22:17:55 +0100
committerDavid S. Miller <davem@davemloft.net>2016-01-05 22:25:57 -0500
commita72a5e2d34ec2921c0d9a7545093087e4cb90d0a (patch)
tree4e740f867336219e7d67a955761c9b52eb7cce3b /net/ipv6/reassembly.c
parentinclude/uapi/linux/sockios.h: mark SIOCRTMSG unused (diff)
downloadlinux-dev-a72a5e2d34ec2921c0d9a7545093087e4cb90d0a.tar.xz
linux-dev-a72a5e2d34ec2921c0d9a7545093087e4cb90d0a.zip
inet: kill unused skb_free op
The only user was removed in commit 029f7f3b8701cc7a ("netfilter: ipv6: nf_defrag: avoid/free clone operations"). Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r--net/ipv6/reassembly.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c
index 45f5ae51de65..18f3498a6c80 100644
--- a/net/ipv6/reassembly.c
+++ b/net/ipv6/reassembly.c
@@ -755,7 +755,6 @@ int __init ipv6_frag_init(void)
ip6_frags.hashfn = ip6_hashfn;
ip6_frags.constructor = ip6_frag_init;
ip6_frags.destructor = NULL;
- ip6_frags.skb_free = NULL;
ip6_frags.qsize = sizeof(struct frag_queue);
ip6_frags.match = ip6_frag_match;
ip6_frags.frag_expire = ip6_frag_expire;