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:
parent
cf4f0a7199
commit
703e8d6852
3 changed files with 8 additions and 1 deletions
|
@ -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>
|
2003-03-10 Yoshinori K. Okuji <okuji@enbug.org>
|
||||||
|
|
||||||
From Tilmann Bubeck:
|
From Tilmann Bubeck:
|
||||||
|
|
1
THANKS
1
THANKS
|
@ -13,6 +13,7 @@ Alexander K. Hudek <alexhudek@home.com>
|
||||||
Alexander Langer <alex@big.endian.de>
|
Alexander Langer <alex@big.endian.de>
|
||||||
Alfred M. Szmidt <ams@kemisten.nu>
|
Alfred M. Szmidt <ams@kemisten.nu>
|
||||||
Andrew Clausen <clausen@gnu.org>
|
Andrew Clausen <clausen@gnu.org>
|
||||||
|
Andrew Walrond <andrew@walrond.org>
|
||||||
Ben Liblit <liblit@eecs.berkeley.edu>
|
Ben Liblit <liblit@eecs.berkeley.edu>
|
||||||
Bernhard Treutwein <Bernhard.Treutwein@Verwaltung.Uni-Muenchen.DE>
|
Bernhard Treutwein <Bernhard.Treutwein@Verwaltung.Uni-Muenchen.DE>
|
||||||
Bodo Rueskamp <br@itchigo.com>.
|
Bodo Rueskamp <br@itchigo.com>.
|
||||||
|
|
|
@ -112,7 +112,7 @@ struct reiserfs_journal_header {
|
||||||
/* offset in the log of where to start replay after a crash */
|
/* offset in the log of where to start replay after a crash */
|
||||||
__u32 j_first_unflushed_offset;
|
__u32 j_first_unflushed_offset;
|
||||||
/* mount id to detect very old transactions */
|
/* 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 */
|
/* magic string to find desc blocks in the journal */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue