Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27873
b: refs/heads/master
c: c7c16c8
h: refs/heads/master
i:
  27871: fd4cedf
v: v3
  • Loading branch information
David Woodhouse committed May 24, 2006
1 parent 0cd6e6f commit 3e95d20
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: 0305c8659ff9cebabf469d5cd0ab8dc384857e10
refs/heads/master: c7c16c8e7604a8974d48562fecf8d9c7e221fced
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/nodemgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref

// Take care, that wasted size is taken into concern
if ((jeb->dirty_size || ISDIRTY(jeb->wasted_size + freed_len)) && jeb != c->nextblock) {
D1(printk(KERN_DEBUG "Dirtying\n"));
D1(printk("Dirtying\n"));
addedsize = freed_len;
jeb->dirty_size += freed_len;
c->dirty_size += freed_len;
Expand All @@ -539,7 +539,7 @@ void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref
}
}
} else {
D1(printk(KERN_DEBUG "Wasting\n"));
D1(printk("Wasting\n"));
addedsize = 0;
jeb->wasted_size += freed_len;
c->wasted_size += freed_len;
Expand Down

0 comments on commit 3e95d20

Please sign in to comment.