commit | ef74c07cf17958d90bfda34a42b54a132fbee57e | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Mon Feb 26 16:01:34 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 27 11:01:37 2018 -0500 |
tree | c55c442d1eab5623a8313d17f870679adcdf8760 | |
parent | cd59b28ce9491243a14947376332689de6ec568a [diff] |
net: Convert vxlan_net_ops These pernet_operations are similar to bond_net_ops. Exit method unregisters all net vlanx devices, and it looks like another pernet_operations are not interested in foreign net vlanx list. So, it's possible to mark them async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>