lockdep: change a held lock's class
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 4 Dec 2008 08:00:17 +0000 (09:00 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Dec 2008 09:08:18 +0000 (10:08 +0100)
Impact: introduce new lockdep API

Allow to change a held lock's class. Basically the same as the existing
code to change a subclass therefore reuse all that.

The XFS code will be able to use this to annotate their inode locking.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found