Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176997
b: refs/heads/master
c: 2e16cfc
h: refs/heads/master
i:
  176995: 82564ee
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Dec 16, 2009
1 parent ea79eb2 commit 05c2ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0a032a4df6dc4a82bcd1c401e57ee71825d30c14
refs/heads/master: 2e16cfca6e17ae37ae21feca080a6f2eca9087dc
3 changes: 2 additions & 1 deletion trunk/fs/jffs2/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,8 @@ static int jffs2_garbage_collect_metadata(struct jffs2_sb_info *c, struct jffs2_
struct jffs2_raw_inode ri;
struct jffs2_node_frag *last_frag;
union jffs2_device_node dev;
char *mdata = NULL, mdatalen = 0;
char *mdata = NULL;
int mdatalen = 0;
uint32_t alloclen, ilen;
int ret;

Expand Down

0 comments on commit 05c2ccc

Please sign in to comment.