- fix-ext2-mounts-at-16t-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     endianness fixes for 16T ext patches

has been removed from the -mm tree.  Its filename is

     fix-ext2-mounts-at-16t-fix.patch

This patch was dropped because it was folded into fix-ext2-mounts-at-16t.patch

------------------------------------------------------
Subject: endianness fixes for 16T ext patches
From: Eric Sandeen <esandeen@xxxxxxxxxx>

Fix some endian errors in the 16T ext[23] patches I sent in the past couple
weeks.

Signed-off-by: Eric Sandeen <esandeen@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 fs/ext2/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/ext2/super.c~fix-ext2-mounts-at-16t-fix fs/ext2/super.c
--- a/fs/ext2/super.c~fix-ext2-mounts-at-16t-fix
+++ a/fs/ext2/super.c
@@ -553,7 +553,7 @@ static int ext2_check_descriptors (struc
 	for (i = 0; i < sbi->s_groups_count; i++)
 	{
 		if (i == sbi->s_groups_count - 1)
-			last_block = sbi->s_es->s_blocks_count - 1;
+			last_block = le32_to_cpu(sbi->s_es->s_blocks_count) - 1;
 		else
 			last_block = first_block +
 				(EXT2_BLOCKS_PER_GROUP(sb) - 1);
_

Patches currently in -mm which might be from esandeen@xxxxxxxxxx are

fix-ext3-mounts-at-16t.patch
fix-ext2-mounts-at-16t.patch
fix-ext2-mounts-at-16t-fix.patch
ext3-inode-numbers-are-unsigned-long.patch
ext3-inode-numbers-are-unsigned-long-fix.patch
jbd-16t-fixes.patch
more-ext3-16t-overflow-fixes.patch
more-ext3-16t-overflow-fixes-fix.patch
mount-udf-udf_part_flag_read_only-partitions-with-ms_rdonly.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux