commit | 856848737bd944c1db3ce0a66bbf67e56bd6f77d | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Dec 05 15:46:09 2007 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 05 15:46:09 2007 +0100 |
tree | 4fce302f29225f7d1d558559e40e73dadc40e60e | |
parent | 41a2d6cfa3f77ec469e7e5f06b4d7ffd031f9c0e [diff] |
lockdep: fix debug_show_all_locks() fix the oops that can be seen in: http://bugzilla.kernel.org/attachment.cgi?id=13828&action=view it is not safe to print the locks of running tasks. (even with this fix we have a small race - but this is a debug function after all.) Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>