netdev: Do not use TX lock to protect address lists.
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:15:08 +0000 (00:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 07:15:08 +0000 (00:15 -0700)
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>

No differences found