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:
d48b97b
)
IB/uverbs: Make lockdep output more readable
author
Roland Dreier
<roland@purestorage.com>
Mon, 30 Apr 2012 17:27:26 +0000
(10:27 -0700)
committer
Roland Dreier
<roland@purestorage.com>
Tue, 8 May 2012 18:17:34 +0000
(11:17 -0700)
Add names for our lockdep classes, so instead of having to decipher
lockdep output with mysterious names:
Chain exists of:
key#14 --> key#11 --> key#13
lockdep will give us something nicer:
Chain exists of:
SRQ-uobj --> PD-uobj --> CQ-uobj
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found