From 3f0320b57526a21fd82d80fa4a4361bdecc5fc1a Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 25 Feb 2009 18:19:04 -0300 Subject: [PATCH] linux26: adjusted CONFIG_LSF patch to our current version --- ....git-b3a6ffe16b5cc48abe7db8d04882dc45280eb693.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/base/linux26/linux-2.6.git-b3a6ffe16b5cc48abe7db8d04882dc45280eb693.patch b/base/linux26/linux-2.6.git-b3a6ffe16b5cc48abe7db8d04882dc45280eb693.patch index 5af1a54b8..c0ba13232 100644 --- a/base/linux26/linux-2.6.git-b3a6ffe16b5cc48abe7db8d04882dc45280eb693.patch +++ b/base/linux26/linux-2.6.git-b3a6ffe16b5cc48abe7db8d04882dc45280eb693.patch @@ -94,12 +94,12 @@ index e4a241c..04158ad 100644 */ @@ -1764,7 +1764,7 @@ static loff_t ext4_max_bitmap_size(int bits, int has_huge_files) - if (!has_huge_files || sizeof(blkcnt_t) < sizeof(u64)) { + if (sizeof(blkcnt_t) < sizeof(u64)) { /* -- * !has_huge_files or CONFIG_LSF is not enabled -+ * !has_huge_files or CONFIG_LBD is not enabled - * implies the inode i_block represent total blocks in - * 512 bytes 32 == size of vfs inode i_blocks * 8 +- * CONFIG_LSF is not enabled implies the inode ++ * CONFIG_LBD is not enabled implies the inode + * i_block represent total blocks in 512 bytes + * 32 == size of vfs inode i_blocks * 8 */ @@ -2021,13 +2021,13 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) if (has_huge_files) {