On Tue, Aug 01, 2023 at 03:09:00PM +0200, Christian Brauner wrote: > The get_tree_single_reconf() helper isn't used anywhere. Remote it. Yeah, I've got pretty much the same patch hiding somewhere in one of me trees.. > -static int vfs_get_super(struct fs_context *fc, bool reconf, > - int (*test)(struct super_block *, struct fs_context *), > - int (*fill_super)(struct super_block *sb, > - struct fs_context *fc)) > +static int vfs_get_super(struct fs_context *fc, > + int (*test)(struct super_block *, struct fs_context *), > + int (*fill_super)(struct super_block *sb, > + struct fs_context *fc)) .a althought keeping the existing formatting here seems much more readable to me. No idea why the odd align to brace formatting has picked up so many fans recently given that it is horrible to read and causes tons of churn when touching the protoptype or function name.