diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-06 12:53:08 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-06 12:53:08 -0400 |
| commit | ceacbc0e145e3b27d8b12eecb881f9d87702765a (patch) | |
| tree | 4012d1c9a737e7737f50340cd91e7e1e87d77e0a | |
| parent | 69bf4b6b54fb7f52b7ea9ce28d4a360cd5ec956d (diff) | |
| parent | 75f2d86b20bf6aec0392d6dd2ae3ffff26d2ae0e (diff) | |
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 | |||
| 11 | 11 | ||
| 12 | config VALIDATE_FS_PARSER | 12 | config VALIDATE_FS_PARSER |
| 13 | bool "Validate filesystem parameter description" | 13 | bool "Validate filesystem parameter description" |
| 14 | default y | ||
| 15 | help | 14 | help |
| 16 | Enable this to perform validation of the parameter description for a | 15 | Enable this to perform validation of the parameter description for a |
| 17 | filesystem when it is registered. | 16 | filesystem when it is registered. |
