Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27840
b: refs/heads/master
c: 3b79673
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 22, 2006
1 parent 08a2333 commit 4eb37ba
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 06c6764b5830798c39617b24497cade90451592f
refs/heads/master: 3b79673cfae93d0ed63eceb058bb26aba602a278
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/nodelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ void jffs2_link_node_ref(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb,

case REF_OBSOLETE:
c->dirty_size += len;
jeb->used_size += len;
jeb->dirty_size += len;
break;
}
c->free_size -= len;
Expand Down

0 comments on commit 4eb37ba

Please sign in to comment.