ftrace: Fix global function tracers that are not recursion safe
authorSteven Rostedt <srostedt@redhat.com>
Fri, 2 Nov 2012 20:58:56 +0000 (16:58 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 23 Jan 2013 04:37:57 +0000 (23:37 -0500)
If one of the function tracers set by the global ops is not recursion
safe, it can still be called directly without the added recursion
supplied by the ftrace infrastructure.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c

Simple merge