mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 18:43:53 +08:00
ChangeLog, journal.c:
journal.c (e2fsck_journal_reset_super): Remove extraneous line
This commit is contained in:
parent
e549d0a6a8
commit
561cd4dd60
@ -1,3 +1,7 @@
|
||||
2001-05-25 Theodore Tso <tytso@valinux.com>
|
||||
|
||||
* journal.c (e2fsck_journal_reset_super): Remove extraneous line
|
||||
|
||||
2001-05-23 Theodore Tso <tytso@valinux.com>
|
||||
|
||||
* journal.c (e2fsck_journal_reset_super): Fix bug; the reset
|
||||
|
@ -421,7 +421,6 @@ static void e2fsck_journal_reset_super(e2fsck_t ctx, journal_superblock_t *jsb,
|
||||
jsb->s_blocksize = htonl(ctx->fs->blocksize);
|
||||
jsb->s_maxlen = htonl(journal->j_maxlen);
|
||||
jsb->s_first = htonl(1);
|
||||
jsb->s_sequence = htonl(1);
|
||||
|
||||
/* Initialize the journal sequence number so that there is "no"
|
||||
* chance we will find old "valid" transactions in the journal.
|
||||
|
Loading…
Reference in New Issue
Block a user