X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=net%2Fnetfilter%2Fnf_log.c;h=8bb152a7cca499d8e9b349dcd9fe0693d6599fbf;hb=c83fa19603bdaeef17b815713dbbe3230c8a34ee;hp=cc32727e3f32501ffd69e278f5dd1f097993451b;hpb=933bd83ed60e80ebb1aeb64a2f7cd3190d2312e2;p=mirror_ubuntu-artful-kernel.git diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c index cc32727e3f32..8bb152a7cca4 100644 --- a/net/netfilter/nf_log.c +++ b/net/netfilter/nf_log.c @@ -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);