Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153827
b: refs/heads/master
c: a2ab0ce
h: refs/heads/master
i:
  153825: 97bf446
  153823: 12bf38e
v: v3
  • Loading branch information
Christian Engelmayer authored and David Woodhouse committed Jun 15, 2009
1 parent 67834ff commit fa313b6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 272023df26da2668ecc3937f8eeb48c8683b64fa
refs/heads/master: a2ab0ce09edf20b5228208405dd14bc8790fbdbd
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ int jffs2_scan_medium(struct jffs2_sb_info *c)
if (c->nextblock) {
ret = file_dirty(c, c->nextblock);
if (ret)
return ret;
goto out;
/* deleting summary information of the old nextblock */
jffs2_sum_reset_collected(c->summary);
}
Expand All @@ -207,7 +207,7 @@ int jffs2_scan_medium(struct jffs2_sb_info *c)
} else {
ret = file_dirty(c, jeb);
if (ret)
return ret;
goto out;
}
break;

Expand Down

0 comments on commit fa313b6

Please sign in to comment.