commit | 00ef9f7348dfd2fc223ec42aceb30836e86b367f | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Dec 04 09:00:17 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 04 10:08:18 2008 +0100 |
tree | 14c33d878bec717179a6916232e118dbfbf7d65f | |
parent | cb9c34e6d090d376b77becaa5d29a65dec7f4272 [diff] |
lockdep: change a held lock's class 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>