projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2608e6b
)
net: Convert diag_net_ops
author
Kirill Tkhai
<ktkhai@virtuozzo.com>
Tue, 13 Feb 2018 09:30:52 +0000
(12:30 +0300)
committer
David S. Miller
<davem@davemloft.net>
Tue, 13 Feb 2018 15:36:09 +0000
(10:36 -0500)
These pernet operations just create and destroy netlink
socket. The socket is pernet and else operations don't
touch it.
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock_diag.c
patch
|
blob
|
history
diff --git
a/net/core/sock_diag.c
b/net/core/sock_diag.c
index 146b50e30659daca3bdc4413d800890ef482f521..aee5642affd93bba82e06570a5c6de7e0b9116f6 100644
(file)
--- a/
net/core/sock_diag.c
+++ b/
net/core/sock_diag.c
@@
-328,6
+328,7
@@
static void __net_exit diag_net_exit(struct net *net)
static struct pernet_operations diag_net_ops = {
.init = diag_net_init,
.exit = diag_net_exit,
+ .async = true,
};
static int __init sock_diag_init(void)