]> git.baikalelectronics.ru Git - kernel.git/commit
rds: spin_lock_irq() is not nestable
authorDan Carpenter <error27@gmail.com>
Sat, 18 Sep 2010 13:44:14 +0000 (13:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Sep 2010 18:59:44 +0000 (11:59 -0700)
commit1d87b69a8640eb3fa4637aae3d745f48ac837b3f
treecf87224000ffb8e37814e44cb0c166c36f8c49e0
parent8b93250744da571904484a1d35ef4e84973176f9
rds: spin_lock_irq() is not nestable

This is basically just a cleanup.  IRQs were disabled on the previous
line so we don't need to do it again here.  In the current code IRQs
would get turned on one line earlier than intended.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_rdma.c
net/rds/iw_rdma.c