Skip to content
Commit aef3ea33 authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

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: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f4fa7f38
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment