diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-06 09:53:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-06 09:53:08 -0700 |
commit | ceacbc0e145e3b27d8b12eecb881f9d87702765a (patch) | |
tree | 4012d1c9a737e7737f50340cd91e7e1e87d77e0a | |
parent | 69bf4b6b54fb7f52b7ea9ce28d4a360cd5ec956d (diff) | |
parent | 75f2d86b20bf6aec0392d6dd2ae3ffff26d2ae0e (diff) | |
download | linux-ceacbc0e145e3b27d8b12eecb881f9d87702765a.tar.bz2 |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixlet from Al Viro:
"Fix bogus default y in Kconfig (VALIDATE_FS_PARSER)
That thing should not be turned on by default, especially since it's
not quiet in case it finds no problems. Geert has sent the obvious fix
quite a few times, but it fell through the cracks"
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
fs: VALIDATE_FS_PARSER should default to n
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f1046cf6ad85..bfb1c6095c7a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -11,7 +11,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. |