Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25535
b: refs/heads/master
c: fd5403c
h: refs/heads/master
i:
  25533: dbd8bc9
  25531: 40670e2
  25527: f78971d
  25519: 7250b6b
  25503: 6f0499f
  25471: 7f3839e
v: v3
  • Loading branch information
Coywolf Qi Hunt authored and Linus Torvalds committed Apr 11, 2006
1 parent 5e8f68a commit 44a0e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7551d9a20b3cfbac9f8a28b7d909c4b15a94924f
refs/heads/master: fd5403c79bc21819f6e0c40ba098cea8b6a418bd
5 changes: 2 additions & 3 deletions trunk/mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ int dirty_background_ratio = 10;
int vm_dirty_ratio = 40;

/*
* The interval between `kupdate'-style writebacks, in centiseconds
* (hundredths of a second)
* The interval between `kupdate'-style writebacks, in jiffies
*/
int dirty_writeback_interval = 5 * HZ;

/*
* The longest number of centiseconds for which data is allowed to remain dirty
* The longest number of jiffies for which data is allowed to remain dirty
*/
int dirty_expire_interval = 30 * HZ;

Expand Down

0 comments on commit 44a0e26

Please sign in to comment.