On Tue, Mar 05, 2024 at 05:08:39PM -0600, Eric Sandeen wrote: > From: David Howells <dhowells@xxxxxxxxxx> > > Convert the debugfs 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: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > cc: "Rafael J. Wysocki" <rafael@xxxxxxxxxx> > --- > fs/debugfs/inode.c | 198 +++++++++++++++++++++------------------------ > 1 file changed, 93 insertions(+), 105 deletions(-) If the vfs maintainers are ok with the conversion, it's fine with me: Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>