Hi David, On Fri, Sep 21, 2018 at 6:33 PM David Howells <dhowe...@redhat.com> wrote: > Because the new API passes in key,value parameters, match_token() cannot be > used with it. Instead, provide three new helpers to aid with parsing:
> --- a/fs/Kconfig > +++ b/fs/Kconfig > @@ -8,6 +8,13 @@ menu "File systems" > config DCACHE_WORD_ACCESS > bool > > +config VALIDATE_FS_PARSER > + bool "Validate filesystem parameter description" > + default y > + help > + Enable this to perform validation of the parameter description for a > + filesystem when it is registered. > + When would I want to disable this? It seems this option was introduced in "ver #10" of your patch series, without being mentioned in the changelog for that version. Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds