From: Peter Zijlstra Date: Mon, 11 Aug 2008 20:45:51 +0000 (+0200) Subject: lockdep: fix debug_lock_alloc X-Git-Tag: v2.6.27-rc3~50^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f2bc27be27ca1dcc66b96131e44bf7648b959c6;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed