]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
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)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Jul 2019 15:22:11 +0000 (11:22 -0400)
commit75f2d86b20bf6aec0392d6dd2ae3ffff26d2ae0e
treef5d74fbe75722443ca1aee816aa319985d8ea7f7
parent570d7a98e7d6d5d8706d94ffd2d40adeaa318332
fs: VALIDATE_FS_PARSER should default to n

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>
fs/Kconfig