]> Pileus Git - ~andy/linux/commit
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Fri, 12 Apr 2013 20:40:13 +0000 (16:40 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 12 Apr 2013 21:12:41 +0000 (17:12 -0400)
commit7f49ef69db6bbf756c0abca7e9b65b32e999eec8
treea98bda9589c09a84bedf6346e2acdae605fc9fb9
parent6a76f8c0ab19f215af2a3442870eeb5f0e81998d
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section

As ftrace_filter_lseek is now used with ftrace_pid_fops, it needs to
be moved out of the #ifdef CONFIG_DYNAMIC_FTRACE section as the
ftrace_pid_fops is defined when DYNAMIC_FTRACE is not.

Cc: stable@vger.kernel.org
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/ftrace.h
kernel/trace/ftrace.c