Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68534
b: refs/heads/master
c: 85becc5
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Oct 13, 2007
1 parent b4cf05e commit e588518
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: 1437085c3780f064a06df662195a2695e7d75c09
refs/heads/master: 85becc535b7f33be5aefdb8ecea9fac4998e4b6f
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static void jffs2_calc_trigger_levels(struct jffs2_sb_info *c)
trigger the GC thread even if we don't _need_ the space. When we
can't mark nodes obsolete on the medium, the old dirty nodes cause
performance problems because we have to inspect and discard them. */
c->vdirty_blocks_gctrigger = c->resv_blocks_gcmerge;
c->vdirty_blocks_gctrigger = c->resv_blocks_gctrigger;
if (jffs2_can_mark_obsolete(c))
c->vdirty_blocks_gctrigger *= 10;

Expand Down

0 comments on commit e588518

Please sign in to comment.