[Devel] Re: [PATCH] tracing: fix typo and missing inline function
Ingo Molnar
mingo at elte.hu
Thu Dec 4 07:35:24 PST 2008
* Steven Rostedt <rostedt at goodmis.org> wrote:
>
> On Thu, 4 Dec 2008, Ingo Molnar wrote:
>
> >
> > * Ingo Molnar <mingo at elte.hu> wrote:
> >
> > > small fixlet below.
> >
> > updated.
> >
> > --------------->
> > >From 6b2539302bee8e88c99e3c7d80c16a04dbe5e2ad Mon Sep 17 00:00:00 2001
> > From: Ingo Molnar <mingo at elte.hu>
> > Date: Thu, 4 Dec 2008 09:18:28 +0100
> > Subject: [PATCH] tracing: fix typo and missing inline function
> >
> > Impact: fix build bugs
> >
> > Signed-off-by: Ingo Molnar <mingo at elte.hu>
> > ---
> > kernel/trace/trace.h | 6 +++++-
> > 1 files changed, 5 insertions(+), 1 deletions(-)
> >
> > diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
> > index 8b81b4d..b4b7b73 100644
> > --- a/kernel/trace/trace.h
> > +++ b/kernel/trace/trace.h
> > @@ -529,7 +529,11 @@ static inline int ftrace_graph_addr(unsigned long addr)
> > #else
> > static inline int ftrace_trace_addr(unsigned long addr)
> > {
> > - return 1
> > + return 1;
> > +}
> > +static inline int ftrace_graph_addr(unsigned long addr)
> > +{
> > + return 1;
> > }
> > #endif /* CONFIG_DYNAMIC_FTRACE */
>
> Thanks! I guess I need to test the "off" cases ;-)
As long as we are free of runtime bugs, we'll be just fine ;-)
Ingo
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list