From: Peter Zijlstra Date: Mon, 28 Nov 2011 20:12:40 +0000 (+0100) Subject: slab, lockdep: Fix silly bug X-Git-Tag: v3.2-rc5~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52cef189165d74a5d6030184a8e05595194c69ca;p=pandora-kernel.git slab, lockdep: Fix silly bug Commit 30765b92 ("slab, lockdep: Annotate the locks before using them") moves the init_lock_keys() call from after g_cpucache_up = FULL, to before it. And overlooks the fact that init_node_lock_keys() tests for it and ignores everything !FULL. Introduce a LATE stage and change the lockdep test to be Cc: Pekka Enberg Cc: stable@kernel.org Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed