Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/fs/ext3/super.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff -puN fs/ext3/super.c~sparse-fs_ext3_super fs/ext3/super.c
--- kj/fs/ext3/super.c~sparse-fs_ext3_super 2005-03-20 12:11:26.000000000
+0100
+++ kj-domen/fs/ext3/super.c 2005-03-20 12:11:27.000000000 +0100
@@ -2106,6 +2106,7 @@ static int ext3_remount (struct super_bl
ext3_mark_recovery_complete(sb, es);
} else {
__le32 ret;
+ int ret1;
if ((ret = EXT3_HAS_RO_COMPAT_FEATURE(sb,
~EXT3_FEATURE_RO_COMPAT_SUPP))) {
printk(KERN_WARNING "EXT3-fs: %s: couldn't "
@@ -2122,8 +2123,8 @@ static int ext3_remount (struct super_bl
*/
ext3_clear_journal_err(sb, es);
sbi->s_mount_state = le16_to_cpu(es->s_state);
- if ((ret = ext3_group_extend(sb, es, n_blocks_count)))
- return ret;
+ if ((ret1 = ext3_group_extend(sb, es, n_blocks_count)))
+ return ret1;
if (!ext3_setup_super (sb, es, 0))
sb->s_flags &= ~MS_RDONLY;
}
_
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html