From: Abhishek Sagar Date: Sat, 24 May 2008 18:40:04 +0000 (+0530) Subject: ftrace: fix updating of ftrace_update_cnt X-Git-Tag: v2.6.27-rc1~1102^2^2~3^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492a7ea5bcf263ee02a9eb6a3ab0222a1946fade;p=pandora-kernel.git ftrace: fix updating of ftrace_update_cnt 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 Cc: rostedt@goodmis.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed