ftrace: Remove FTRACE_FL_FAILED flag
authorSteven Rostedt <srostedt@redhat.com>
Fri, 22 Apr 2011 03:16:46 +0000 (23:16 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Sat, 30 Apr 2011 02:53:01 +0000 (22:53 -0400)
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 <rostedt@goodmis.org>

No differences found