commit | f17c9bf07f9cde430e5c566a5383875ffba104cf | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Mon Feb 26 16:02:37 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 27 11:01:38 2018 -0500 |
tree | f0d84ebae2041a728cd20784e6adba315523991e | |
parent | 989d9812b7cabbda2e82f47e52dbc48ed4e40ce5 [diff] |
net: Convert cfg802154_pernet_ops These pernet_operations have only exit method, which moves devices from cfg802154_rdev_list to init_net. This may occur in any time from nl802154_wpan_phy_netns(), so we are nice with rtnl_lock() synchronization. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Acked-by: Stefan Schmidt <stefan@osg.samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>