summary refs log tree commit diff
path: root/drivers/net/ipvlan/ipvlan_main.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-02-27 11:01:40 -0500
committerDavid S. Miller <davem@davemloft.net>2018-02-27 11:01:40 -0500
commit23363b87a80a2eeb366c9b5b93248b7d73125ba8 (patch)
tree5c5d9694c45de9a34528de7e14627425acfcc4b7 /drivers/net/ipvlan/ipvlan_main.c
parent7f897db37b76235d50151dfea7d543568d54535a (diff)
parent3edbccf96d2de30e7b986ceae090becfc07d3573 (diff)
downloadlinux-23363b87a80a2eeb366c9b5b93248b7d73125ba8.tar.gz
Merge branch 'pernet_operations-convert-part-3'
Kirill Tkhai says:

====================
Converting pernet_operations (part #3)

This patchset continues to review and to convert pernet_operations
to async. Where it is possible, they are grouped by type of actions
init/exit methods ([1/28], for example). I hope this will make
the review a little bit easier. The changes are tree-wide: in net, fs,
drivers and security.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipvlan/ipvlan_main.c')
-rw-r--r--drivers/net/ipvlan/ipvlan_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ipvlan/ipvlan_main.c b/drivers/net/ipvlan/ipvlan_main.c
index 67c91ceda979..d05b902c925b 100644
--- a/drivers/net/ipvlan/ipvlan_main.c
+++ b/drivers/net/ipvlan/ipvlan_main.c
@@ -1024,6 +1024,7 @@ static struct pernet_operations ipvlan_net_ops = {
 	.id = &ipvlan_netid,
 	.size = sizeof(struct ipvlan_netns),
 	.exit = ipvlan_ns_exit,
+	.async = true,
 };
 
 static int __init ipvlan_init_module(void)