android_kernel_samsung_msm8976/drivers/infiniband
Roland Dreier 1ccf6aa19a IB/uverbs: Fix lockdep warning when QP is created with 2 CQs
Lockdep warns when userspace creates a QP that uses different CQs for
send completions and receive completions, because both CQs are locked
and their mutexes belong to the same lock class.  However, we know
that the mutexes are distinct and the nesting is safe (there is no
possibility of AB-BA deadlock because the mutexes are locked with
down_read()), so annotate the situation with SINGLE_DEPTH_NESTING to
get rid of the lockdep warning.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-09-22 15:17:20 -07:00
..
core IB/uverbs: Fix lockdep warning when QP is created with 2 CQs 2006-09-22 15:17:20 -07:00
hw IB/mthca: Don't use privileged UAR for kernel access 2006-09-22 15:17:18 -07:00
ulp IB/ipoib: Fix flush/start xmit race (from code review) 2006-09-22 15:17:18 -07:00
Kconfig IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00