On Wed, Oct 09, 2019 at 07:30:31PM +0800, Ian Kent wrote: > +static const struct fs_parameter_description xfs_fs_parameters = { > + .name = "XFS", > + .specs = xfs_param_specs, > +}; As this isn't used anywhere it will create a compiler warning and not bisect cleanly.