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

IB/uverbs: Fix lockdep warnings



Lockdep warns because uverbs is trying to take uobj->mutex when it
already holds that lock.  This is because there are really multiple
types of uobjs even though all of their locks are initialized in
common code.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent ec924b47
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment