netfilter: remove synchronize_net() calls in ip_queue/ip6_queue
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 4 Nov 2009 20:14:31 +0000 (21:14 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 4 Nov 2009 20:14:31 +0000 (21:14 +0100)
commit9481721be10a1bfd1ee9ccf507eecd7f37caa5ec
tree94f6cf30c770c5f2f98b71578bb50bb07153084a
parentaa3c487f355ff1477b8369d9f0b9860387ae21d4
netfilter: remove synchronize_net() calls in ip_queue/ip6_queue

nf_unregister_queue_handlers() already does a synchronize_rcu()
call, we dont need to do it again in callers.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/ip_queue.c
net/ipv6/netfilter/ip6_queue.c