ftrace: fix updating of ftrace_update_cnt
authorAbhishek Sagar <sagar.abhishek@gmail.com>
Sat, 24 May 2008 18:40:04 +0000 (00:10 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 26 May 2008 20:52:10 +0000 (22:52 +0200)
Hi Ingo/Steven,

Ftrace currently maintains an update count which includes false updates,
i.e, updates which failed. If anything, such failures should be tracked
by some separate variable, but this patch provides a minimal fix.

Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com>
Cc: rostedt@goodmis.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found