From: Dhananjay Phadke Date: Fri, 27 Jul 2007 17:42:11 +0000 (+0530) Subject: netxen: drop redudant spinlock X-Git-Tag: v2.6.23-rc2~148^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6a3f72688acbc640b3be8083dac0e90354f0cf;p=pandora-kernel.git netxen: drop redudant spinlock Some leftover code that makes use of adapter->lock in tx_timeout function, which resets the interface under this lock. In close() when the workqueue is flushed, prints the warning about sleeping with interrupts disabled (when spinlock debug is enabled). The lock was required with private netxen IOCTLs, which were removed a while ago. Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed