[PATCH] pi-futex: rt mutex debug
Runtime debugging functionality for rt-mutexes. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> 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>
This commit is contained in:
committed by
Linus Torvalds
parent
a6537be932
commit
e7eebaf6a8
@@ -929,6 +929,7 @@ fastcall NORET_TYPE void do_exit(long code)
|
||||
* If DEBUG_MUTEXES is on, make sure we are holding no locks:
|
||||
*/
|
||||
mutex_debug_check_no_locks_held(tsk);
|
||||
rt_mutex_debug_check_no_locks_held(tsk);
|
||||
|
||||
if (tsk->io_context)
|
||||
exit_io_context();
|
||||
|
Reference in New Issue
Block a user