From: Steven Rostedt Date: Mon, 25 Apr 2011 18:32:42 +0000 (-0400) Subject: ftrace: Remove FTRACE_FL_CONVERTED flag X-Git-Tag: v3.0-rc1~404^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c8c3eafbf715306ec891e7ca52d3d999acbe31;p=pandora-kernel.git ftrace: Remove FTRACE_FL_CONVERTED flag Since we disable all function tracer processing if we detect that a modification of a instruction had failed, we do not need to track that the record has failed. No more ftrace processing is allowed, and the FTRACE_FL_CONVERTED flag is pointless. The FTRACE_FL_CONVERTED flag was used to denote records that were successfully converted from mcount calls into nops. But if a single record fails, all of ftrace is disabled. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed