projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5368bd7
)
net: Convert dccp_v6_ops
author
Kirill Tkhai
<ktkhai@virtuozzo.com>
Mon, 5 Mar 2018 11:31:37 +0000
(14:31 +0300)
committer
David S. Miller
<davem@davemloft.net>
Mon, 5 Mar 2018 15:48:28 +0000
(10:48 -0500)
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>
net/dccp/ipv6.c
patch
|
blob
|
history
diff --git
a/net/dccp/ipv6.c
b/net/dccp/ipv6.c
index
5df7857
..
2f48c02
100644
(file)
--- 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)