From: Dan Carpenter Date: Sat, 18 Sep 2010 13:44:14 +0000 (+0000) Subject: rds: spin_lock_irq() is not nestable X-Git-Tag: v2.6.37-rc1~147^2~399 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef3ea33e85035f7c827c1db9155f97f4b7ee725;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed