[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260211125152.3afe6e4f@fedora>
Date: Wed, 11 Feb 2026 12:51:52 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Masami Hiramatsu <mhiramat@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>, Tom Zanussi
<zanussi@...nel.org>, pengdonglin <pengdonglin@...omi.com>, Shengming Hu
<hu.shengming@....com.cn>, linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org
Subject: Re: [PATCH] tracing: make tr->d_max_latency accessible without
CONFIG_FSNOTIFY
On Tue, 10 Feb 2026 15:13:06 +0100
Arnd Bergmann <arnd@...nel.org> wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> A recent change attempted to make the tracing_max_latency file visible
> unconditionally, but this lead to a build failure:
>
> kernel/trace/trace.c: In function 'trace_create_maxlat_file':
> kernel/trace/trace.c:1543:13: error: 'struct trace_array' has no member named 'd_max_latency'; did you mean 'max_latency'?
> 1543 | tr->d_max_latency = trace_create_file("tracing_max_latency",
> | ^~~~~~~~~~~~~
>
> Make the corresponding change in the header file.
>
> Fixes: ba73713da50e ("tracing: Clean up use of trace_create_maxlat_file()")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Beat you to it ;-)
https://lore.kernel.org/linux-trace-kernel/20260209194631.788bfc85@fedora/
-- Steve
Powered by blists - more mailing lists