On Wed, Nov 15, 2023 at 06:58:14AM -0500, Greg KH wrote:
On Mon, Nov 06, 2023 at 02:48:32PM -0500, Steven Rostedt wrote:
[ This should work for v5.4 ]
From: "Steven Rostedt (Google)" rostedt@goodmis.org Subject: [PATCH] tracing: Have trace_event_file have ref counters
commit bb32500fb9b78215e4ef6ee8b4345c5f5d7eafb4 upstream
All now queued up, thanks.
No, wait, all of these break the build with this error:
kernel/trace/trace_events.c: In function ‘remove_event_file_dir’: kernel/trace/trace_events.c:1015:24: error: unused variable ‘child’ [-Werror=unused-variable] 1015 | struct dentry *child; | ^~~~~
So I'm going to drop them now :(
greg k-h