linux/drivers/infiniband/ulp
Matthew Wilcox b3589fd490 IB/srp: Change target_mutex to a spinlock
The SRP driver never sleeps while holding target_mutex, and it's just
used to protect some simple list operations, so hold times will be
short.  So just convert it to a spinlock, which is smaller and faster.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-06-17 20:37:30 -07:00
..
ipoib IPoIB: Fix AH leak at interface down 2006-06-05 09:51:36 -07:00
srp IB/srp: Change target_mutex to a spinlock 2006-06-17 20:37:30 -07:00