From: Roland Dreier Date: Mon, 10 Apr 2006 16:43:59 +0000 (-0700) Subject: IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave() X-Git-Tag: v2.6.17-rc2~79^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f697f74a6b189702474b2fd457e1f9365fa213e3;p=pandora-kernel.git IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave() We know ipoib_flush_paths() is called from plain process context with interrupts enabled, since it does wait_for_completion(). So there's no need to use spin_lock_irqsave() -- spin_lock_irq() is fine. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed