Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27878
b: refs/heads/master
c: f61579c
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 25, 2006
1 parent 8cdcdf3 commit 05d8dd8
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: c38c1b613d742b5fa075071568f44dc8ec9f1cb8
refs/heads/master: f61579c33736476e41e296a16c0d4ead4b953187
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/summary.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,11 +630,11 @@ int jffs2_sum_scan_sumnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb
return ret; /* real error */

/* for PARANOIA_CHECK */
ret = jffs2_prealloc_raw_node_refs(c, 1);
ret = jffs2_prealloc_raw_node_refs(c, 2);
if (ret)
return ret;

jffs2_link_node_ref(c, jeb, (jeb->offset + ofs) | REF_NORMAL, sumsize, NULL);
sum_link_node_ref(c, jeb, ofs | REF_NORMAL, sumsize, NULL);

if (unlikely(jeb->free_size)) {
JFFS2_WARNING("Free size 0x%x bytes in eraseblock @0x%08x with summary?\n",
Expand Down

0 comments on commit 05d8dd8

Please sign in to comment.