~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to fsck.ocfs2/journal.c

  • Committer: David Weber
  • Date: 2012-01-30 08:42:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: wb@munzinger.de-20120130084200-c8cy478mu9fk7tkf
Import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
602
602
errcode_t o2fsck_replay_journals(ocfs2_filesys *fs, int *replayed)
603
603
{
604
604
        errcode_t err = 0, ret = 0;
605
 
        struct journal_info *jis, *ji;
 
605
        struct journal_info *jis = NULL, *ji;
606
606
        journal_superblock_t *jsb;
607
607
        char *buf = NULL;
608
608
        int journal_trouble = 0;