diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 1db266c3..8da3887f 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Theodore Tso + + * journal.c (e2fsck_journal_reset_super): Remove extraneous line + 2001-05-23 Theodore Tso * journal.c (e2fsck_journal_reset_super): Fix bug; the reset diff --git a/e2fsck/journal.c b/e2fsck/journal.c index 7bd7862b..62df20da 100644 --- a/e2fsck/journal.c +++ b/e2fsck/journal.c @@ -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.