]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
fs: VALIDATE_FS_PARSER should default to n
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 1 Apr 2019 11:53:57 +0000 (13:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jul 2019 07:52:32 +0000 (09:52 +0200)
commit 75f2d86b20bf6aec0392d6dd2ae3ffff26d2ae0e upstream.

CONFIG_VALIDATE_FS_PARSER is a debugging tool to check that the parser
tables are vaguely sane.  It was set to default to 'Y' for the moment to
catch errors in upcoming fs conversion development.

Make sure it is not enabled by default in the final release of v5.1.

Fixes: 31d921c7fb969172 ("vfs: Add configuration parser helpers")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/Kconfig

index 3e6d3101f3ff0dba9d2995b8950e8629e67677a7..db921dc267d3b784ef7172ef49ebc756dc7c0fbb 100644 (file)
@@ -10,7 +10,6 @@ config DCACHE_WORD_ACCESS
 
 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.