The patch titled ext2: clean up dead code from mount code has been removed from the -mm tree. Its filename is cleanup-dead-code-from-ext2-mount-code.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ext2: clean up dead code from mount code From: "Theodore Ts'o" <tytso@xxxxxxx> The variable i is guaranteed to be the same as db_count given the previous for loop. So get rid of it since it's dead code. Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ext2/super.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/ext2/super.c~cleanup-dead-code-from-ext2-mount-code fs/ext2/super.c --- a/fs/ext2/super.c~cleanup-dead-code-from-ext2-mount-code +++ a/fs/ext2/super.c @@ -854,7 +854,6 @@ static int ext2_fill_super(struct super_ } if (!ext2_check_descriptors (sb)) { printk ("EXT2-fs: group descriptors corrupted!\n"); - db_count = i; goto failed_mount2; } sbi->s_gdb_count = db_count; _ Patches currently in -mm which might be from tytso@xxxxxxx are origin.patch git-kbuild.patch remove-tty_dont_flip.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