summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorLinus Torvalds2019-07-06 18:53:08 +0200
committerLinus Torvalds2019-07-06 18:53:08 +0200
commitceacbc0e145e3b27d8b12eecb881f9d87702765a (patch)
tree4012d1c9a737e7737f50340cd91e7e1e87d77e0a /fs
parentRevert "mm: page cache: store only head pages in i_pages" (diff)
parentfs: VALIDATE_FS_PARSER should default to n (diff)
downloadkernel-qcow2-linux-ceacbc0e145e3b27d8b12eecb881f9d87702765a.tar.gz
kernel-qcow2-linux-ceacbc0e145e3b27d8b12eecb881f9d87702765a.tar.xz
kernel-qcow2-linux-ceacbc0e145e3b27d8b12eecb881f9d87702765a.zip
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
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig1
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.