diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 32be52304f98235613fbca0704585939f736304f..606361ee9e4a1b179611130ea17b18697ede1959 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -1354,6 +1354,7 @@ static void __net_init sctp_ctrlsock_exit(struct net *net) static struct pernet_operations sctp_ctrlsock_ops = { .init = sctp_ctrlsock_init, .exit = sctp_ctrlsock_exit, + .async = true, }; /* Initialize the universe into something sensible. */