From: Sowmini Varadhan <[email protected]> Date: Mon, 19 Mar 2018 06:52:48 -0700
> The netns deletion path does not need to wait for all net_devices > to be unregistered before dismantling rds_tcp state for the netns > (we are able to dismantle this state on module unload even when > all net_devices are active so there is no dependency here). > > This patch removes code related to netdevice notifiers and > refactors all the code needed to dismantle rds_tcp state > into a ->exit callback for the pernet_operations used with > register_pernet_device(). > > Signed-off-by: Sowmini Varadhan <[email protected]> Applied.
