From: Sean Hefty Date: Mon, 18 Jun 2007 18:09:36 +0000 (-0700) Subject: IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible X-Git-Tag: v2.6.23-rc1~1085^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24be6e81c78314c91a47200272eb4bc31284bd7b;p=pandora-kernel.git IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible The ib_cm is a little over zealous about using spin_lock_irqsave, when spin_lock_irq would do. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed