Kirill Tkhai ec9c780925 ovs: Remove rtnl_lock() from ovs_exit_net()
Here we iterate for_each_net() and removes
vport from alive net to the exiting net.

ovs_net::dps are protected by ovs_mutex(),
and the others, who change it (ovs_dp_cmd_new(),
__dp_destroy()) also take it.
The same with datapath::ports list.

So, we remove rtnl_lock() here.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-29 13:47:54 -04:00
..
2017-10-10 16:38:34 -07:00
2017-11-08 16:12:33 +09:00
2017-11-08 16:12:33 +09:00
2017-11-08 16:12:33 +09:00
2017-11-13 10:37:07 +09:00
2017-11-13 10:37:07 +09:00