[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130724193519.GA16434@merkur.ravnborg.org>
Date: Wed, 24 Jul 2013 21:35:19 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: mail-agent-noreply@....com
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Peng Tao <bergwolf@...il.com>,
Andreas Dilger <andreas.dilger@...el.com>,
Peng Tao <tao.peng@....com>
Subject: Re: [PATCH 6/8] staging/lustre: fix Kconfig bool defaults
On Wed, Jul 24, 2013 at 04:31:30PM +0800, mail-agent-noreply@....com wrote:
> From: Peng Tao <bergwolf@...il.com>
>
> Should be y instead of true.
>
> Reported-by: Paul Bolle <pebolle@...cali.nl>
> Cc: Andreas Dilger <andreas.dilger@...el.com>
> Signed-off-by: Peng Tao <tao.peng@....com>
> ---
> 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 9ae7fa8..e3b3c74 100644
> --- a/drivers/staging/lustre/lustre/Kconfig
> +++ b/drivers/staging/lustre/lustre/Kconfig
> @@ -52,4 +52,4 @@ config LUSTRE_DEBUG_EXPENSIVE_CHECK
> config LUSTRE_TRANSLATE_ERRNOS
> bool
> depends on LUSTRE_FS && !X86
> - default true
> + default y
This was the file that contained some buggy "default false" IIRC.
Please delete these.
Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists