diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/ip6_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6_queue.c b/net/ipv6/netfilter/ip6_queue.c index 1cf3f0c6a959..a82016fd5d65 100644 --- a/net/ipv6/netfilter/ip6_queue.c +++ b/net/ipv6/netfilter/ip6_queue.c | |||
@@ -625,7 +625,7 @@ cleanup_netlink_notifier: | |||
625 | static void __exit ip6_queue_fini(void) | 625 | static void __exit ip6_queue_fini(void) |
626 | { | 626 | { |
627 | nf_unregister_queue_handlers(&nfqh); | 627 | nf_unregister_queue_handlers(&nfqh); |
628 | synchronize_net(); | 628 | |
629 | ipq_flush(NULL, 0); | 629 | ipq_flush(NULL, 0); |
630 | 630 | ||
631 | #ifdef CONFIG_SYSCTL | 631 | #ifdef CONFIG_SYSCTL |