summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_log_netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/nf_log_netdev.c')
-rw-r--r--net/netfilter/nf_log_netdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nf_log_netdev.c b/net/netfilter/nf_log_netdev.c
index 350eb147754d..254c2c6bde48 100644
--- a/net/netfilter/nf_log_netdev.c
+++ b/net/netfilter/nf_log_netdev.c
@@ -47,6 +47,7 @@ static void __net_exit nf_log_netdev_net_exit(struct net *net)
static struct pernet_operations nf_log_netdev_net_ops = {
.init = nf_log_netdev_net_init,
.exit = nf_log_netdev_net_exit,
+ .async = true,
};
static int __init nf_log_netdev_init(void)