From: Herbert Xu Date: Wed, 21 Jun 2006 00:53:54 +0000 (+1000) Subject: [FORCEDETH] Fix xmit_lock/netif_tx_lock after merge X-Git-Tag: v2.6.18-rc1~1097 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58dfd9c16e88b9d790e7df8f2c5b03b7887db54c;p=pandora-kernel.git [FORCEDETH] Fix xmit_lock/netif_tx_lock after merge There has been an update to the forcedeth driver that added a few new uses of xmit_lock which is no longer meant to be used directly. This patch replaces them with netif_tx_lock_bh. Signed-off-by: Herbert Xu Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed