]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/netfilter/nf_log.c
netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
[mirror_ubuntu-artful-kernel.git] / net / netfilter / nf_log.c
index cc32727e3f32501ffd69e278f5dd1f097993451b..8bb152a7cca499d8e9b349dcd9fe0693d6599fbf 100644 (file)
@@ -71,7 +71,6 @@ void nf_log_unset(struct net *net, const struct nf_logger *logger)
                        RCU_INIT_POINTER(net->nf.nf_loggers[i], NULL);
        }
        mutex_unlock(&nf_log_mutex);
-       synchronize_rcu();
 }
 EXPORT_SYMBOL(nf_log_unset);