[PATCH] lockdep: do not recurse in printk
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:24:58 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:05 +0000 (15:27 -0700)
commita0f1ccfd8d37457a6d8a9e01acebeefcdfcc306e
treee16b7fe211c8ed685bed942910e2ace06e7c2e27
parent3047e99ede366298c6233d1870d12a520d4d92f3
[PATCH] lockdep: do not recurse in printk

Make printk()-ing from within the lock validation code safer by using the
lockdep-recursion counter.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/printk.c