Skip to content

Commit

Permalink
[PATCH] page-writeback comment fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Coywolf Qi Hunt <qiyong@fc-cn.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Coywolf Qi Hunt authored and Linus Torvalds committed Apr 11, 2006
1 parent 7551d9a commit fd5403c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 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 fd5403c

Please sign in to comment.