diff options
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | 2018-03-19 06:52:48 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-22 11:21:45 -0400 |
commit | bdf5bd7f21323493dbe5f2c723dc33f2fbb0241a (patch) | |
tree | 12633ea0651bab430f07624ec38878c843e9f46c /net/nfc | |
parent | 692ec06d7c92af8ca841a6367648b9b3045344fd (diff) | |
download | linux-stable-bdf5bd7f21323493dbe5f2c723dc33f2fbb0241a.tar.gz linux-stable-bdf5bd7f21323493dbe5f2c723dc33f2fbb0241a.tar.bz2 linux-stable-bdf5bd7f21323493dbe5f2c723dc33f2fbb0241a.zip |
rds: tcp: remove register_netdevice_notifier infrastructure.
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 <sowmini.varadhan@oracle.com>
Reviewed-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/nfc')
0 files changed, 0 insertions, 0 deletions