linux/drivers/infiniband/ulp
Roland Dreier f697f74a6b 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 <rolandd@cisco.com>
2006-04-10 09:43:59 -07:00
..
ipoib IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave() 2006-04-10 09:43:59 -07:00
srp IB/srp: Fix memory leak in options parsing 2006-04-03 09:31:04 -07:00