From: Kirill Tkhai Date: Mon, 5 Mar 2018 11:31:37 +0000 (+0300) Subject: net: Convert dccp_v6_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=16b0c0c4d9a799979b0d3f387821c93bcc301f79;p=linux.git net: Convert dccp_v6_ops These pernet_operations looks similar to dccp_v4_ops, and they are also safe to be marked as async. Signed-off-by: Kirill Tkhai Signed-off-by: David S. Miller --- diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 5df7857fc0f3a..2f48c020f8c33 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c @@ -1116,6 +1116,7 @@ static struct pernet_operations dccp_v6_ops = { .init = dccp_v6_init_net, .exit = dccp_v6_exit_net, .exit_batch = dccp_v6_exit_batch, + .async = true, }; static int __init dccp_v6_init(void)