Kirill Tkhai 2608e6b7ad net: Convert default_device_ops
These pernet operations consist of exit() and exit_batch() methods.

default_device_exit() moves not-local and virtual devices to init_net.
There is nothing exciting, because this may happen in any time
on a working system, and rtnl_lock() and synchronize_net() protect
us from all cases of external dereference.

The same for default_device_exit_batch(). Similar unregisteration
may happen in any time on a system. Here several lists (like todo_list),
which are accessed under rtnl_lock(). After rtnl_unlock() and
netdev_run_todo() all the devices are flushed.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-02-13 10:36:09 -05:00
..
2018-02-13 10:36:09 -05:00
2017-11-01 12:19:03 +09:00
2018-02-13 10:36:09 -05:00
2018-02-13 10:36:09 -05:00
2018-02-13 10:36:06 -05:00
2018-02-13 10:36:07 -05:00
2017-11-08 16:12:33 +09:00
2018-02-13 10:36:08 -05:00
2018-02-13 10:36:08 -05:00
2018-02-13 10:36:08 -05:00
2018-02-01 09:51:57 -08:00
2018-02-13 10:36:05 -05:00