提交 68a80297 编写于 作者: P Paul Bolle 提交者: Greg Kroah-Hartman

staging/lustre/libcfs: drop bogus Kconfig default

Commit 4b5b4c72 ("staging/lustre/libcfs: restore LINVRNT") added
"default false" to this Kconfig file. It was obviously meant to use
"default n" here. But we might as well drop this line, as a Kconfig bool
defaults to 'n' anyway.
Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 7522fd7c
...@@ -43,7 +43,6 @@ config LUSTRE_OBD_MAX_IOCTL_BUFFER ...@@ -43,7 +43,6 @@ config LUSTRE_OBD_MAX_IOCTL_BUFFER
config LUSTRE_DEBUG_EXPENSIVE_CHECK config LUSTRE_DEBUG_EXPENSIVE_CHECK
bool "Enable Lustre DEBUG checks" bool "Enable Lustre DEBUG checks"
depends on LUSTRE_FS depends on LUSTRE_FS
default false
help help
This option is mainly for debug purpose. It enables Lustre code to do This option is mainly for debug purpose. It enables Lustre code to do
expensive checks that may have a performance impact. expensive checks that may have a performance impact.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册