diff options
author | Kirill Tkhai <ktkhai@virtuozzo.com> | 2018-02-13 12:30:42 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-13 10:36:09 -0500 |
commit | 2608e6b7adc8b07194b855e2102d6f1a277e3f03 (patch) | |
tree | c395fb778c60ba081355bc71cb3e23933044ba34 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9a4d105de78488526d8b0d6cdc5f2c22f122ca4a (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions