Skip to content
Commit f697f74a authored by Roland Dreier's avatar Roland Dreier
Browse files

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: default avatarRoland Dreier <rolandd@cisco.com>
parent a30bb96c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment