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)
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>

No differences found