diff options
author | 2010-08-17 20:51:51 +0000 | |
---|---|---|
committer | 2010-08-19 00:28:16 -0700 | |
commit | 4be353d5169ef2477814b35fe46734a51dcecd09 (patch) | |
tree | 1981d2a73e355c552cab42deebe533083dda83e1 /drivers/scsi/mpt2sas/mpt2sas_ctl.c | |
parent | vlan: Match underlying dev carrier on vlan add (diff) | |
download | wireguard-linux-4be353d5169ef2477814b35fe46734a51dcecd09.tar.xz wireguard-linux-4be353d5169ef2477814b35fe46734a51dcecd09.zip |
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 <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpt2sas_ctl.c')
0 files changed, 0 insertions, 0 deletions