]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ext2: clean up dead code from mount code
authorTheodore Ts'o <tytso@mit.edu>
Sun, 25 Jun 2006 12:47:50 +0000 (05:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:07 +0000 (10:01 -0700)
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@mit.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext2/super.c

index ee4ba759581e45d8ccfa0bfb0704f5d4050bcdb4..fec55ff23deac9812726ff2f2c1ca14c5f5d5424 100644 (file)
@@ -854,7 +854,6 @@ static int ext2_fill_super(struct super_block *sb, void *data, int silent)
        }
        if (!ext2_check_descriptors (sb)) {
                printk ("EXT2-fs: group descriptors corrupted!\n");
-               db_count = i;
                goto failed_mount2;
        }
        sbi->s_gdb_count = db_count;