diff --git a/[refs] b/[refs] index 42ab6a17d24e..7180f72e3334 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2665ea842dc9f4c04bdb57f8b7c2023759ac8c85 +refs/heads/master: a8c68f32644fc8942b25af9239967dd01be621fa diff --git a/trunk/fs/jffs2/nodemgmt.c b/trunk/fs/jffs2/nodemgmt.c index 1b79534e9d48..a0313fa8748e 100644 --- a/trunk/fs/jffs2/nodemgmt.c +++ b/trunk/fs/jffs2/nodemgmt.c @@ -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; } }