Re: [PATCH net-next 20/28] net: Convert cfg802154_pernet_ops

2018-02-27 Thread Stefan Schmidt
Hello. On 02/26/2018 02:02 PM, Kirill Tkhai wrote: > 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

[PATCH net-next 20/28] net: Convert cfg802154_pernet_ops

2018-02-26 Thread Kirill Tkhai
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 --- net/ieee802154/core.c |1 + 1 file changed, 1 i