linux/drivers/infiniband/ulp/ipoib
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.h IPoIB: Make send and receive queue sizes tunable 2006-04-10 09:43:58 -07:00
ipoib_fs.c IB: simplify static rate encoding 2006-04-10 09:43:47 -07:00
ipoib_ib.c IPoIB: Make send and receive queue sizes tunable 2006-04-10 09:43:58 -07:00
ipoib_main.c IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave() 2006-04-10 09:43:59 -07:00
ipoib_multicast.c IPoIB: Wait for join to finish before freeing mcast struct 2006-04-10 09:43:58 -07:00
ipoib_verbs.c IPoIB: Make send and receive queue sizes tunable 2006-04-10 09:43:58 -07:00
ipoib_vlan.c IB: convert from semaphores to mutexes 2006-01-13 14:51:39 -08:00
Kconfig IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y 2006-04-02 14:39:19 -07:00
Makefile [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00