diff options
Diffstat (limited to 'fs/jffs2/build.c')
-rw-r--r-- | fs/jffs2/build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/build.c b/fs/jffs2/build.c index 8c27c12816ba..722a6b682951 100644 --- a/fs/jffs2/build.c +++ b/fs/jffs2/build.c | |||
@@ -289,7 +289,7 @@ static void jffs2_calc_trigger_levels(struct jffs2_sb_info *c) | |||
289 | trigger the GC thread even if we don't _need_ the space. When we | 289 | trigger the GC thread even if we don't _need_ the space. When we |
290 | can't mark nodes obsolete on the medium, the old dirty nodes cause | 290 | can't mark nodes obsolete on the medium, the old dirty nodes cause |
291 | performance problems because we have to inspect and discard them. */ | 291 | performance problems because we have to inspect and discard them. */ |
292 | c->vdirty_blocks_gctrigger = c->resv_blocks_gcmerge; | 292 | c->vdirty_blocks_gctrigger = c->resv_blocks_gctrigger; |
293 | if (jffs2_can_mark_obsolete(c)) | 293 | if (jffs2_can_mark_obsolete(c)) |
294 | c->vdirty_blocks_gctrigger *= 10; | 294 | c->vdirty_blocks_gctrigger *= 10; |
295 | 295 | ||