On Sun, Jan 12, 2025 at 08:06:49AM +0000, Al Viro wrote: > Set by debugfs_create_file_aux(name, mode, parent, data, aux, fops). > Plain debugfs_create_file() has it set to NULL. > Accessed by debugfs_get_aux(file). > > Convenience macros for numeric opaque data - debugfs_create_file_aux_num > and debugfs_get_aux_num, resp. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>