commit | 43db2bc04409b1e1b74f9768e3284cec18a87d0b | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sun Jul 23 15:16:04 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Jul 23 15:16:04 2006 -0700 |
tree | ac880d58774de0e6bfe65e26010aae3f73147faa | |
parent | ec924b4726e3df000d3ac7ae10cb8ef1adcd60ca [diff] |
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>