Browse Source

staging/lustre: Correct default for LUSTRE_TRANSLATE_ERRNOS

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 <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Geert Uytterhoeven 12 years ago
parent
commit
c42a5ed0d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/lustre/lustre/Kconfig

+ 1 - 1
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"