From: Frederic Weisbecker Date: Fri, 31 Oct 2008 12:28:58 +0000 (+0100) Subject: tracing/ftrace: types and naming corrections for sched tracer X-Git-Tag: v2.6.29-rc1~586^2~96^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efade6e7821c4219818e9da08f9315dfa617048b;p=pandora-kernel.git tracing/ftrace: types and naming corrections for sched tracer Impact: cleanup This patch applies some corrections suggested by Steven Rostedt. Change the type of shed_ref into int since it is used into a Mutex, we don't need it anymore as an atomic variable in the sched_switch tracer. Also change the name of the register mutex. Signed-off-by: Frederic Weisbecker Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed