On Fri, 23 Jan 2015 16:50:10 -0500
Steven Rostedt <[email protected]> wrote:

> I added these two patches before applying my tracefs changes.
> I'm still waiting on review from Al or Greg from tracefs, but these
> fixes are just some clean ups that are unrelated. But should go into
> linux-next now anyway.
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> for-next

I forgot to add my [for-next] in the subject. But I think it's pretty
obvious (I hope).

-- Steve

> 
> Head SHA1: 14a5ae40f0def33a422a45b2ed09198adb7bf11c
> 
> 
> Steven Rostedt (Red Hat) (2):
>       tracing: Remove unneeded includes of debugfs.h and fs.h
>       tracing: Use IS_ERR() check for return value of tracing_init_dentry()
> 
> ----
>  kernel/trace/ftrace.c                | 2 +-
>  kernel/trace/ring_buffer.c           | 2 --
>  kernel/trace/trace.c                 | 8 ++++----
>  kernel/trace/trace_branch.c          | 1 -
>  kernel/trace/trace_events.c          | 2 +-
>  kernel/trace/trace_export.c          | 2 --
>  kernel/trace/trace_functions_graph.c | 2 +-
>  kernel/trace/trace_irqsoff.c         | 2 --
>  kernel/trace/trace_kprobe.c          | 2 +-
>  kernel/trace/trace_nop.c             | 2 --
>  kernel/trace/trace_printk.c          | 4 +---
>  kernel/trace/trace_sched_switch.c    | 2 --
>  kernel/trace/trace_sched_wakeup.c    | 2 --
>  kernel/trace/trace_stack.c           | 4 +---
>  kernel/trace/trace_stat.c            | 2 +-
>  kernel/trace/trace_uprobe.c          | 2 +-
>  16 files changed, 12 insertions(+), 29 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to