commit | b9e40857682ecfc5bcd0356a23ff409883ffb982 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 15 00:15:08 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 15 00:15:08 2008 -0700 |
tree | d241fd289bed6d16f36f6d26815c1e78e212c89a | |
parent | e308a5d806c852f56590ffdd3834d0df0cbed8d7 [diff] |
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>