From: Roland Dreier Date: Mon, 30 Apr 2012 17:27:26 +0000 (-0700) Subject: IB/uverbs: Make lockdep output more readable X-Git-Tag: v3.5-rc1~171^2^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bea57a5fc1762a72fb9ac88b9aa9e48dcbea8bc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed