netdev: Do not use TX lock to protect address lists.
Now that we have a specific lock to protect the network
device unicast and multicast lists, remove extraneous
grabs of the TX lock in cases where the code only needs
address list protection.
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/infiniband/ulp/ipoib/ipoib_multicast.c 0 additions, 2 deletionsdrivers/infiniband/ulp/ipoib/ipoib_multicast.c
- drivers/media/dvb/dvb-core/dvb_net.c 2 additions, 4 deletionsdrivers/media/dvb/dvb-core/dvb_net.c
- drivers/net/bonding/bond_main.c 8 additions, 16 deletionsdrivers/net/bonding/bond_main.c
- drivers/net/sfc/efx.c 2 additions, 4 deletionsdrivers/net/sfc/efx.c
- drivers/net/wireless/libertas/main.c 2 additions, 4 deletionsdrivers/net/wireless/libertas/main.c
- net/core/dev.c 12 additions, 26 deletionsnet/core/dev.c
- net/core/dev_mcast.c 10 additions, 22 deletionsnet/core/dev_mcast.c
- net/mac80211/main.c 4 additions, 8 deletionsnet/mac80211/main.c
- net/mac80211/mlme.c 2 additions, 4 deletionsnet/mac80211/mlme.c
Loading
Please register or sign in to comment