commit | 9481721be10a1bfd1ee9ccf507eecd7f37caa5ec | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Nov 04 21:14:31 2009 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Wed Nov 04 21:14:31 2009 +0100 |
tree | 94f6cf30c770c5f2f98b71578bb50bb07153084a | |
parent | aa3c487f355ff1477b8369d9f0b9860387ae21d4 [diff] |
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>