From: David S. Miller Date: Tue, 15 Jul 2008 07:15:08 +0000 (-0700) Subject: netdev: Do not use TX lock to protect address lists. X-Git-Tag: v2.6.27-rc1~969^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e40857682ecfc5bcd0356a23ff409883ffb982;p=pandora-kernel.git 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 --- Reading git-diff-tree failed