commit | 64aa348edc617dea17bbd01ddee4e47886d5ec8c | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Aug 11 09:30:21 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 11 09:30:21 2008 +0200 |
tree | 002b5fa796aff225d0cb9d0c32bb3ba96da6eaaf | |
parent | 5e710e37bde120bb069f691bee68e69ef4393173 [diff] |
lockdep: lock_set_subclass - reset a held lock's subclass this can be used to reset a held lock's subclass, for arbitrary-depth iterated data structures such as trees or lists which have per-node locks. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>