commit | 76b189e91845eab3a9d52bb97f971d312d25652d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Sep 10 09:57:35 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 10 13:48:49 2008 +0200 |
tree | 4ce5a577fc58e055febc942987eea8853f54c7a7 | |
parent | f648972e017659c741bdd3be6b4aeb2d73672031 [diff] |
lockdep: add might_lock() / might_lock_read() useful to establish a lock dependency in case the actual dependency is rare or hard to trigger. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>