On Tue, 5 Mar 2024 17:09:30 -0600 Eric Sandeen <sandeen@xxxxxxxxxx> (by way of Steven Rostedt <rostedt@xxxxxxxxxxx>) wrote: > From: David Howells <dhowells@xxxxxxxxxx> > > Convert the tracefs filesystem to the new internal mount API as the old > one will be obsoleted and removed. This allows greater flexibility in > communication of mount parameters between userspace, the VFS and the > filesystem. > > See Documentation/filesystems/mount_api.txt for more information. > > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> > Co-developed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> > [sandeen: forward port to modern kernel, fix remounting] > cc: Steven Rostedt <rostedt@xxxxxxxxxxx> > cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > I applied this and ran it through all my tests and it passed. Acked-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> Tested-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> -- Steve