From: Theodore Ts'o Date: Fri, 25 May 2001 16:40:56 +0000 (+0000) Subject: ChangeLog, journal.c: X-Git-Tag: E2FSPROGS-1_20~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=561cd4dd605fd8cfe593bd67db3d77c9ddbf79af;p=thirdparty%2Fe2fsprogs.git ChangeLog, journal.c: journal.c (e2fsck_journal_reset_super): Remove extraneous line --- diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 1db266c32..8da3887fc 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 7bd7862b7..62df20da5 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.