]> Gentwo Git Trees - linux/.git/commit
tracing: Remove unused variable in tracing_trace_options_show()
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 17 Nov 2025 17:06:37 +0000 (12:06 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 26 Nov 2025 20:13:28 +0000 (15:13 -0500)
commit49c1364c7ca3577037e5ded23c30e3248434c561
treeb90e4b179bcc3066d4148e2eeb7c5a5f19935041
parentac87b220a6e9530d752ab5718acc7776f9924702
tracing: Remove unused variable in tracing_trace_options_show()

The flags and opts used in tracing_trace_options_show() now come directly
from the trace array "current_trace_flags" and not the current_trace. The
variable "trace" was still being assigned to tr->current_trace but never
used. This caused a warning in clang.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://patch.msgid.link/20251117120637.43ef995d@gandalf.local.home
Reported-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Tested-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Closes: https://lore.kernel.org/all/aRtHWXzYa8ijUIDa@black.igk.intel.com/
Fixes: 428add559b692 ("tracing: Have tracer option be instance specific")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace.c