diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-05 04:49:01 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-17 10:39:27 -0400 |
| commit | c42a5ed0d019f9095987f1b98906b2b2d4b1c24d (patch) | |
| tree | 446ca87ac797f8ff5950c37f189300f9796bc3f8 | |
| parent | 0b7cb6976e8d390726d2b5a0c1235d13b754fed8 (diff) | |
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>
| -rw-r--r-- | drivers/staging/lustre/lustre/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig index 4e898e491860..e44965bdaac3 100644 --- a/drivers/staging/lustre/lustre/Kconfig +++ b/drivers/staging/lustre/lustre/Kconfig | |||
| @@ -52,7 +52,7 @@ config LUSTRE_DEBUG_EXPENSIVE_CHECK | |||
| 52 | config LUSTRE_TRANSLATE_ERRNOS | 52 | config LUSTRE_TRANSLATE_ERRNOS |
| 53 | bool | 53 | bool |
| 54 | depends on LUSTRE_FS && !X86 | 54 | depends on LUSTRE_FS && !X86 |
| 55 | default true | 55 | default y |
| 56 | 56 | ||
| 57 | config LUSTRE_LLITE_LLOOP | 57 | config LUSTRE_LLITE_LLOOP |
| 58 | bool "Lustre virtual block device" | 58 | bool "Lustre virtual block device" |
