diff options
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r-- | net/ipv6/reassembly.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index b5da69c83123..afbc000ad4f2 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c | |||
@@ -733,7 +733,6 @@ static void __net_exit ipv6_frags_exit_net(struct net *net) | |||
733 | static struct pernet_operations ip6_frags_ops = { | 733 | static struct pernet_operations ip6_frags_ops = { |
734 | .init = ipv6_frags_init_net, | 734 | .init = ipv6_frags_init_net, |
735 | .exit = ipv6_frags_exit_net, | 735 | .exit = ipv6_frags_exit_net, |
736 | .async = true, | ||
737 | }; | 736 | }; |
738 | 737 | ||
739 | int __init ipv6_frag_init(void) | 738 | int __init ipv6_frag_init(void) |