Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68536
b: refs/heads/master
c: a8c68f3
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Oct 13, 2007
1 parent 986b3ba commit 48f53f6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2665ea842dc9f4c04bdb57f8b7c2023759ac8c85
refs/heads/master: a8c68f32644fc8942b25af9239967dd01be621fa
4 changes: 3 additions & 1 deletion trunk/fs/jffs2/nodemgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,9 @@ int jffs2_thread_should_wake(struct jffs2_sb_info *c)
nr_very_dirty++;
if (nr_very_dirty == c->vdirty_blocks_gctrigger) {
ret = 1;
D1(break);
/* In debug mode, actually go through and count them all */
D1(continue);
break;
}
}

Expand Down

0 comments on commit 48f53f6

Please sign in to comment.