git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec924b4
)
IB/uverbs: Fix lockdep warnings
author
Roland Dreier
<rolandd@cisco.com>
Sun, 23 Jul 2006 22:16:04 +0000
(15:16 -0700)
committer
Roland 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