kthread: rename probe_kthread_data() to kthread_probe_data()
[deliverable/linux.git] / kernel / hung_task.c
index d234022805dcb5c5b8b169c92fde5956b5b0ce79..432c3d71d19536b0f468ec84ecc15d2300752103 100644 (file)
@@ -117,7 +117,7 @@ static void check_hung_task(struct task_struct *t, unsigned long timeout)
        pr_err("\"echo 0 > /proc/sys/kernel/hung_task_timeout_secs\""
                " disables this message.\n");
        sched_show_task(t);
-       debug_show_held_locks(t);
+       debug_show_all_locks();
 
        touch_nmi_watchdog();
 
This page took 0.02334 seconds and 5 git commands to generate.