diff options
author | Florian Westphal <fw@strlen.de> | 2016-01-05 22:17:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-05 22:25:57 -0500 |
commit | a72a5e2d34ec2921c0d9a7545093087e4cb90d0a (patch) | |
tree | 4e740f867336219e7d67a955761c9b52eb7cce3b /include/net/inet_frag.h | |
parent | 2fbf575867e5a181a3f3e5e29a2f0c205cca5fb3 (diff) | |
download | linux-a72a5e2d34ec2921c0d9a7545093087e4cb90d0a.tar.gz linux-a72a5e2d34ec2921c0d9a7545093087e4cb90d0a.tar.xz |
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 'include/net/inet_frag.h')
-rw-r--r-- | include/net/inet_frag.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index ac42bbb37b2d..12aac0fd6ee7 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h @@ -99,7 +99,6 @@ struct inet_frags { void (*constructor)(struct inet_frag_queue *q, const void *arg); void (*destructor)(struct inet_frag_queue *); - void (*skb_free)(struct sk_buff *); void (*frag_expire)(unsigned long data); struct kmem_cache *frags_cachep; const char *frags_cache_name; |