[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45d969e0-cb51-507c-4a43-4ad2227d31d2@gmail.com>
Date: Fri, 15 Nov 2019 14:46:00 +0100
From: Viktor Rosendahl <viktor.rosendahl@...il.com>
To: Steven Rostedt <rostedt@...dmis.org>,
LKML <linux-kernel@...r.kernel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
"Joel Fernandes (Google)" <joel@...lfernandes.org>
Subject: Re: [for-next][PATCH] tracing: Add missing "inline" in stub function
of latency_fsnotify()
On 11/15/19 2:27 PM, Steven Rostedt wrote:
> diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
> index 90cba68c8b50..2df8aed6a8f0 100644
> --- a/kernel/trace/trace.h
> +++ b/kernel/trace/trace.h
> @@ -801,7 +801,7 @@ void latency_fsnotify(struct trace_array *tr);
>
> #else
>
> -static void latency_fsnotify(struct trace_array *tr) { }
> +static inline void latency_fsnotify(struct trace_array *tr) { }
>
> #endif
>
>
Looks good to me.
Thanks for fixing this.
best regards,
Viktor
Powered by blists - more mailing lists