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''.
This commit is contained in:
okuji 2003-03-10 01:15:15 +00:00
parent cf4f0a7199
commit 703e8d6852
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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:

1
THANKS
View file

@ -13,6 +13,7 @@ Alexander K. Hudek <alexhudek@home.com>
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>.

View file

@ -112,7 +112,7 @@ struct reiserfs_journal_header {
/* 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 */