![]() | |||||||||||||
Messages in this thread
Patch in this message |
A build fix, probably run-away search-'n-replace damage.. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> --- Index: linux-2.6/kernel/lockdep.c =================================================================== --- linux-2.6.orig/kernel/lockdep.c +++ linux-2.6/kernel/lockdep.c @@ -2821,7 +2821,7 @@ static int lock_release_nested(struct ta #ifdef CONFIG_DEBUG_LOCKDEP hlock->prev_chain_key = 0; - hlock_class(hlock) = NULL; + hlock->class_idx = 0; hlock->acquire_ip = 0; hlock->irq_context = 0; #endif | ||||||||||||
| Last update: 2008-08-06 09:19 [from the cache] ©2003-2008 | |||||||||||||