projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7cb69
)
staging/lustre: Correct default for LUSTRE_TRANSLATE_ERRNOS
author
Geert Uytterhoeven
<
[email protected]
>
Thu, 5 Sep 2013 08:49:01 +0000
(10:49 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 17 Sep 2013 14:39:27 +0000
(07:39 -0700)
LUSTRE_TRANSLATE_ERRNOS is never enabled, a "true" is not a valid value.
Use "default y" instead of "default true" to fix this.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/lustre/lustre/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/lustre/lustre/Kconfig
b/drivers/staging/lustre/lustre/Kconfig
index 4e898e4918605bf058554d6cae15b6a5e31e550a..e44965bdaac3faa982a4d078ecb0c46c425c5627 100644
(file)
--- a/
drivers/staging/lustre/lustre/Kconfig
+++ b/
drivers/staging/lustre/lustre/Kconfig
@@
-52,7
+52,7
@@
config LUSTRE_DEBUG_EXPENSIVE_CHECK
config LUSTRE_TRANSLATE_ERRNOS
bool
depends on LUSTRE_FS && !X86
- default
true
+ default
y
config LUSTRE_LLITE_LLOOP
bool "Lustre virtual block device"