IB/uverbs: Fix lockdep warnings
authorRoland Dreier <rolandd@cisco.com>
Sun, 23 Jul 2006 22:16:04 +0000 (15:16 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 23 Jul 2006 22:16:04 +0000 (15:16 -0700)
commit43db2bc04409b1e1b74f9768e3284cec18a87d0b
treeac880d58774de0e6bfe65e26010aae3f73147faa
parentec924b4726e3df000d3ac7ae10cb8ef1adcd60ca
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: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/uverbs_cmd.c