From: Shmulik Ladkani Date: Wed, 25 Nov 2009 13:23:41 +0000 (+0200) Subject: sched.c: Call debug_show_all_locks() when dumping all tasks X-Git-Tag: v2.6.33-rc1~398^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93335a21557e80f6a99bc2812c634e488139043c;p=pandora-kernel.git sched.c: Call debug_show_all_locks() when dumping all tasks In commit v2.6.21-691-g39bc89f ("make SysRq-T show all tasks again") the interface of show_state_filter() was changed: zero valued 'state_filter' specifies "dump all tasks" (instead of -1). However, the condition for calling debug_show_all_locks() ("show locks if all tasks are dumped") was not updated accordingly. Signed-off-by: Shmulik Ladkani Cc: peterz@infradead.org LKML-Reference: <4b0d2fe4.0ab6660a.6437.3cfc@mx.google.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed