Re: [PATCH] ftrace: Remove ftrace_regex_lseek()

2013-06-07 Thread Steven Rostedt
On Fri, 2013-06-07 at 17:02 +0800, Li Zefan wrote: > This is a leftover after ftrace_regex_lseek() was renamed to > ftrace_filter_lseek() and then ftrace_filter_lseek() was moved > out side of CONFIG_DYNAMIC_FTRACE. > > Signed-off-by: Li Zefan Thanks! I queued this up for 3.11, as it's not impor

[PATCH] ftrace: Remove ftrace_regex_lseek()

2013-06-07 Thread Li Zefan
This is a leftover after ftrace_regex_lseek() was renamed to ftrace_filter_lseek() and then ftrace_filter_lseek() was moved out side of CONFIG_DYNAMIC_FTRACE. Signed-off-by: Li Zefan --- include/linux/ftrace.h | 4 1 file changed, 4 deletions(-) diff --git a/include/linux/ftrace.h b/includ