diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
-rw-r--r-- | net/ipv4/ip_fragment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index 1fe55ae81781..3f00810b7288 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -891,7 +891,6 @@ void __init ipfrag_init(void) | |||
891 | ip4_frags.hashfn = ip4_hashfn; | 891 | ip4_frags.hashfn = ip4_hashfn; |
892 | ip4_frags.constructor = ip4_frag_init; | 892 | ip4_frags.constructor = ip4_frag_init; |
893 | ip4_frags.destructor = ip4_frag_free; | 893 | ip4_frags.destructor = ip4_frag_free; |
894 | ip4_frags.skb_free = NULL; | ||
895 | ip4_frags.qsize = sizeof(struct ipq); | 894 | ip4_frags.qsize = sizeof(struct ipq); |
896 | ip4_frags.match = ip4_frag_match; | 895 | ip4_frags.match = ip4_frag_match; |
897 | ip4_frags.frag_expire = ip_expire; | 896 | ip4_frags.frag_expire = ip_expire; |