ChangeLog, journal.c:

journal.c (e2fsck_journal_reset_super): Remove extraneous line
bitmap-optimize
Theodore Ts'o 2001-05-25 16:40:56 +00:00
parent e549d0a6a8
commit 561cd4dd60
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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.