Whamcloud - gitweb
ChangeLog, journal.c:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 25 May 2001 16:40:56 +0000 (16:40 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 May 2001 16:40:56 +0000 (16:40 +0000)
  journal.c (e2fsck_journal_reset_super): Remove extraneous line

e2fsck/ChangeLog
e2fsck/journal.c

index 1db266c..8da3887 100644 (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
index 7bd7862..62df20d 100644 (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.