VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Theodore Ts'o <tytso@mit.edu> 2006-06-25 05:47:50 -0700 committer: Linus Torvalds <torvalds@g5.osdl.org> 2006-06-25 10:01:07 -0700 commit: f16fdadba28add689b567cf03c21dd6dec8e43be parent: fcd5df35882b128ef3e160fab3074e6fe7ae501b
Commit Summary:
[PATCH] ext2: clean up dead code from mount code
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index ee4ba759581e..fec55ff23dea 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -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;