lockdep: add might_lock() / might_lock_read()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 10 Sep 2008 07:57:35 +0000 (09:57 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 10 Sep 2008 11:48:49 +0000 (13:48 +0200)
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>

No differences found