Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322192
b: refs/heads/master
c: c212f40
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy committed Aug 21, 2012
1 parent 4965b78 commit fbae417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11e3be0be2a1314e0861304857e7efcaed5d3e54
refs/heads/master: c212f4020de7b5d35a71327d1483120a698d60a0
3 changes: 1 addition & 2 deletions trunk/fs/ubifs/replay.c
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ int ubifs_replay_journal(struct ubifs_info *c)
c->replaying = 1;
lnum = c->ltail_lnum = c->lhead_lnum;

lnum = UBIFS_LOG_LNUM;
do {
err = replay_log_leb(c, lnum, 0, c->sbuf);
if (err == 1)
Expand All @@ -1035,7 +1034,7 @@ int ubifs_replay_journal(struct ubifs_info *c)
if (err)
goto out;
lnum = ubifs_next_log_lnum(c, lnum);
} while (lnum != UBIFS_LOG_LNUM);
} while (lnum != c->ltail_lnum);

err = replay_buds(c);
if (err)
Expand Down

0 comments on commit fbae417

Please sign in to comment.