tracing: use the more proper parameter
authorWenji Huang <wenji.huang@oracle.com>
Tue, 17 Feb 2009 06:07:28 +0000 (01:07 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 17 Feb 2009 17:38:23 +0000 (12:38 -0500)
Pass tsk to tracing_record_cmdline instead of current.

Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace.c

index 95f99a7..dc61e82 100644 (file)
@@ -336,7 +336,7 @@ __update_max_tr(struct trace_array *tr, struct task_struct *tsk, int cpu)
        data->rt_priority = tsk->rt_priority;
 
        /* record this tasks comm */
-       tracing_record_cmdline(current);
+       tracing_record_cmdline(tsk);
 }
 
 static void