From: Steven Rostedt Date: Fri, 22 Apr 2011 03:16:46 +0000 (-0400) Subject: ftrace: Remove FTRACE_FL_FAILED flag X-Git-Tag: v3.0-rc1~404^2~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a4a2372b364107cabea79f255b333236626416;p=pandora-kernel.git ftrace: Remove FTRACE_FL_FAILED 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_FAILED flag is pointless. Removing this flag simplifies some of the code, but some ftrace_disabled checks needed to be added or move around a little. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed