lkml.org 
[lkml]   [2006]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Unify CONFIG_LBD and CONFIG_LSF handling
Hi,

On Mon, 19 Jun 2006, Matthew Wilcox wrote:

> Index: ./block/Kconfig
> ===================================================================
> RCS file: /var/cvs/linux-2.6/block/Kconfig,v
> retrieving revision 1.4
> diff -u -p -r1.4 Kconfig
> --- ./block/Kconfig 3 Apr 2006 13:44:01 -0000 1.4
> +++ ./block/Kconfig 19 Apr 2006 13:43:26 -0000
> @@ -1,11 +1,9 @@
> #
> # Block layer core configuration
> #
> -#XXX - it makes sense to enable this only for 32-bit subarch's, not for x86_64
> -#for instance.
> config LBD
> bool "Support for Large Block Devices"
> - depends on X86 || (MIPS && 32BIT) || PPC32 || (S390 && !64BIT) || SUPERH || UML
> + depends on !64BIT
> help
> Say Y here if you want to attach large (bigger than 2TB) discs to
> your machine, or if you want to have a raid or loopback device
> @@ -26,7 +24,7 @@ config BLK_DEV_IO_TRACE
>
> config LSF
> bool "Support for Large Single Files"
> - depends on X86 || (MIPS && 32BIT) || PPC32 || ARCH_S390_31 || SUPERH || UML
> + depends on !64BIT
> help
> Say Y here if you want to be able to handle very large files (bigger
> than 2TB), otherwise say N.

While you're at it, could you please take care of bug #6719 and fix the
LSF help text?
Thanks.

bye, Roman
-
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/

\
 
 \ /
  Last update: 2006-06-20 16:24    [W:0.415 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site