commit | 0f2bc27be27ca1dcc66b96131e44bf7648b959c6 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Aug 11 22:45:51 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 11 22:45:51 2008 +0200 |
tree | 22ea7b9a28878851f445a5420ff80b64ee1cfdd1 | |
parent | e5f363e358cf16e4ad13a6826e15088c5495efe9 [diff] |
lockdep: fix debug_lock_alloc When we enable DEBUG_LOCK_ALLOC but do not enable PROVE_LOCKING and or LOCK_STAT, lock_alloc() and lock_release() turn into nops, even though we should be doing hlock checking (check=1). This causes a false warning and a lockdep self-disable. Rectify this. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>