From: Geert Uytterhoeven Date: Thu, 5 Sep 2013 08:49:01 +0000 (+0200) Subject: staging/lustre: Correct default for LUSTRE_TRANSLATE_ERRNOS X-Git-Tag: v3.12-rc2~1^2~18 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c42a5ed0d019f9095987f1b98906b2b2d4b1c24d;p=~emulex%2Finfiniband.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig index 4e898e49186..e44965bdaac 100644 --- 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"