aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKirill Tkhai <ktkhai@virtuozzo.com>2018-03-05 14:31:37 +0300
committerDavid S. Miller <davem@davemloft.net>2018-03-05 10:48:28 -0500
commit16b0c0c4d9a799979b0d3f387821c93bcc301f79 (patch)
treed0ad816208160ed2c31e1af597c5c36166296da7 /net
parentnet: Convert dccp_v4_ops (diff)
downloadlinux-dev-16b0c0c4d9a799979b0d3f387821c93bcc301f79.tar.xz
linux-dev-16b0c0c4d9a799979b0d3f387821c93bcc301f79.zip
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 <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/dccp/ipv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c
index 5df7857fc0f3..2f48c020f8c3 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)