[PATCH] fix for bug in -pre3 reiserfs_read_super()

From: Alexander Viro (viro@math.psu.edu)
Date: Fri Dec 28 2001 - 20:57:14 EST


        Fsck. The second chunk (LB5) that went into -pre3 adds an absolutely
bogus line and I'm seriously puzzled how in hell did it get there in
the first place ;-/ Fix follows:

diff -urN C2-pre3/fs/reiserfs/super.c C2-pre3-reiserfs/fs/reiserfs/super.c
--- C2-pre3/fs/reiserfs/super.c Thu Dec 27 19:48:04 2001
+++ C2-pre3-reiserfs/fs/reiserfs/super.c Fri Dec 28 20:51:33 2001
@@ -637,7 +637,6 @@
         else
             old_format = 1;
     }
- s->s_blocksize = size;
 
     s->u.reiserfs_sb.s_mount_state = SB_REISERFS_STATE(s);
     s->u.reiserfs_sb.s_mount_state = REISERFS_VALID_FS ;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Dec 31 2001 - 21:00:19 EST