commit | 3bea57a5fc1762a72fb9ac88b9aa9e48dcbea8bc | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Mon Apr 30 10:27:26 2012 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Tue May 08 11:17:34 2012 -0700 |
tree | 8defc3f9068d817f9ed0f0184304695b25f12dbc | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 [diff] |
IB/uverbs: Make lockdep output more readable 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>