]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Apr 2013 04:48:29 +0000 (21:48 -0700)
commit103d7cb05682db5a57e40b96f2029be91171c112
tree0ca4277a51c55663381cbdd78269849a6a6bf91c
parent69bcccfef278d0b58b684fbd3ead0c52e4384d53
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section

commit 7f49ef69db6bbf756c0abca7e9b65b32e999eec8 upstream.

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.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/ftrace.h
kernel/trace/ftrace.c