mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
bridge: remove a redundant synchronize_net()
commit 00cfec3748
(net: add a synchronize_net() in
netdev_rx_handler_unregister())
allows us to remove the synchronized_net() call from del_nbp()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Veaceslav Falico <vfalico@redhat.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a210576cf8
commit
4a0b5ec12f
@ -148,7 +148,6 @@ static void del_nbp(struct net_bridge_port *p)
|
||||
dev->priv_flags &= ~IFF_BRIDGE_PORT;
|
||||
|
||||
netdev_rx_handler_unregister(dev);
|
||||
synchronize_net();
|
||||
|
||||
netdev_upper_dev_unlink(dev, br->dev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user