From: Amit Kumar Salecha Date: Tue, 17 Aug 2010 20:51:51 +0000 (+0000) Subject: netxen: fix inconsistent lock state X-Git-Tag: v2.6.36-rc3~42^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be353d5169ef2477814b35fe46734a51dcecd09;p=pandora-kernel.git netxen: fix inconsistent lock state Spin lock rds_ring->lock is used in poll routine, so other users should use spin_lock_bh(). While posting rx buffers from netxen_nic_attach, rds_ring->lock is not required, so cleaning it instead of fixing it by spin_lock_bh(). Signed-off-by: Amit Kumar Salecha Signed-off-by: David S. Miller --- Reading git-diff-tree failed