summaryrefslogtreecommitdiff
path: root/net/sctp
diff options
context:
space:
mode:
authorKirill Tkhai <ktkhai@virtuozzo.com>2018-03-13 13:37:02 +0300
committerDavid S. Miller <davem@davemloft.net>2018-03-13 11:24:56 -0400
commitbfdfa38ff0e26463e418235c0be03c0f0eca4569 (patch)
tree19bc8f49e9efa17bf59a4d3989c4a00ad3b08b85 /net/sctp
parent2e01ae0ef2db96c530249563383f479f8d9ca183 (diff)
downloadlinux-bfdfa38ff0e26463e418235c0be03c0f0eca4569.tar.gz
linux-bfdfa38ff0e26463e418235c0be03c0f0eca4569.tar.xz
net: Convert sctp_ctrlsock_ops
These pernet_operations create and destroy net::sctp::ctl_sock. Since pernet_operations do not send sctp packets each other, they look safe to be marked as async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp')
-rw-r--r--net/sctp/protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
index 32be52304f98..606361ee9e4a 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. */