From d44e280ddb9c03b81192f5cce3eff61da6d84903 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Tue, 21 Apr 2009 09:27:03 +0200 Subject: [PATCH] --- yaml --- r: 146968 b: refs/heads/master c: db29a6b49674085f136331014ba0eee249c16a2c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/block/Kconfig | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index e899e9def223..07ba31ce52f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 586cf2681f527ce8b85b9bd57c8b9f7945fbe051 +refs/heads/master: db29a6b49674085f136331014ba0eee249c16a2c diff --git a/trunk/block/Kconfig b/trunk/block/Kconfig index e7d12782bcfb..2c39527aa7db 100644 --- a/trunk/block/Kconfig +++ b/trunk/block/Kconfig @@ -26,6 +26,7 @@ if BLOCK config LBD bool "Support for large block devices and files" depends on !64BIT + default y help Enable block devices or files of size 2TB and larger. @@ -38,11 +39,13 @@ config LBD The ext4 filesystem requires that this feature be enabled in order to support filesystems that have the huge_file feature - enabled. Otherwise, it will refuse to mount any filesystems - that use the huge_file feature, which is enabled by default - by mke2fs.ext4. The GFS2 filesystem also requires this feature. + enabled. Otherwise, it will refuse to mount in the read-write + mode any filesystems that use the huge_file feature, which is + enabled by default by mke2fs.ext4. - If unsure, say N. + The GFS2 filesystem also requires this feature. + + If unsure, say Y. config BLK_DEV_BSG bool "Block layer SG support v4 (EXPERIMENTAL)"