diff options
author | Dan Carpenter <error27@gmail.com> | 2010-09-18 13:44:14 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-19 11:59:44 -0700 |
commit | aef3ea33e85035f7c827c1db9155f97f4b7ee725 (patch) | |
tree | cf87224000ffb8e37814e44cb0c166c36f8c49e0 /arch | |
parent | f4fa7f3807d41b78056c6648b04bfadd737df21e (diff) | |
download | linux-stable-aef3ea33e85035f7c827c1db9155f97f4b7ee725.tar.gz linux-stable-aef3ea33e85035f7c827c1db9155f97f4b7ee725.tar.bz2 linux-stable-aef3ea33e85035f7c827c1db9155f97f4b7ee725.zip |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions