]> git.baikalelectronics.ru Git - kernel.git/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)
commit1b6dae9d1386143fd9cb75586f748ac159d4cd8e
treea98bda9589c09a84bedf6346e2acdae605fc9fb9
parent039df1d820b71e16207e36acb17449e4243b3a0c
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