Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756156AbYLKKQd (ORCPT ); Thu, 11 Dec 2008 05:16:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755014AbYLKKQZ (ORCPT ); Thu, 11 Dec 2008 05:16:25 -0500 Received: from zone0.gcu-squad.org ([212.85.147.21]:8308 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754983AbYLKKQY (ORCPT ); Thu, 11 Dec 2008 05:16:24 -0500 Date: Thu, 11 Dec 2008 11:16:14 +0100 From: Jean Delvare To: Jens Axboe , Trond Myklebust Cc: LKML Subject: [PATCH] block: Fix LSF default inconsistency Message-ID: <20081211111614.493d2a62@hyperion.delvare> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 35 Configuration option LSF has a default which contradicts its help text. The help text says "if unsure, say Y" but there is no explicit default, and the default default is N. This inconsistency was introduced by commit 88b9adb073b7a69a54b1b14423103bc24587ebdc. According to the commit message, we want users to enable this option, so it should default to Y. Signed-off-by: Jean Delvare Cc: Jens Axboe Cc: Trond Myklebust --- block/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.28-rc8.orig/block/Kconfig 2008-10-10 09:27:54.000000000 +0200 +++ linux-2.6.28-rc8/block/Kconfig 2008-12-11 11:09:33.000000000 +0100 @@ -60,6 +60,7 @@ config BLK_DEV_IO_TRACE config LSF bool "Support for Large Single Files" depends on !64BIT + default y help Say Y here if you want to be able to handle very large files (2TB and larger), otherwise say N. -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/