diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 1be84ef23f4311095a74226d859ae1da403bfd28..aa709b644945bc0a27f3994efeca77c3d06897ee 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -4998,6 +4998,7 @@ static void __net_exit ipv6_inetpeer_exit(struct net *net) static struct pernet_operations ipv6_inetpeer_ops = { .init = ipv6_inetpeer_init, .exit = ipv6_inetpeer_exit, + .async = true, }; static struct pernet_operations ip6_route_net_late_ops = {