From Andrew Walrond <andrew@walrond.org>:
* stage2/fsys_reiserfs.c (struct reiserfs_journal_header):
Remove an unnecessary ``long''.
+2003-03-10 Yoshinori K. Okuji <okuji@enbug.org>
+
+ From Andrew Walrond <andrew@walrond.org>:
+ * stage2/fsys_reiserfs.c (struct reiserfs_journal_header):
+ Remove an unnecessary ``long''.
+
2003-03-10 Yoshinori K. Okuji <okuji@enbug.org>
From Tilmann Bubeck:
Alexander Langer <alex@big.endian.de>
Alfred M. Szmidt <ams@kemisten.nu>
Andrew Clausen <clausen@gnu.org>
+Andrew Walrond <andrew@walrond.org>
Ben Liblit <liblit@eecs.berkeley.edu>
Bernhard Treutwein <Bernhard.Treutwein@Verwaltung.Uni-Muenchen.DE>
Bodo Rueskamp <br@itchigo.com>.
/* offset in the log of where to start replay after a crash */
__u32 j_first_unflushed_offset;
/* mount id to detect very old transactions */
- __u32 long j_mount_id;
+ __u32 j_mount_id;
};
/* magic string to find desc blocks in the journal */