Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] page-writeback comment fixes

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>

authored by

Coywolf Qi Hunt and committed by
Linus Torvalds
fd5403c7 7551d9a2

+2 -3
+2 -3
mm/page-writeback.c
··· 72 72 int vm_dirty_ratio = 40; 73 73 74 74 /* 75 - * The interval between `kupdate'-style writebacks, in centiseconds 76 - * (hundredths of a second) 75 + * The interval between `kupdate'-style writebacks, in jiffies 77 76 */ 78 77 int dirty_writeback_interval = 5 * HZ; 79 78 80 79 /* 81 - * The longest number of centiseconds for which data is allowed to remain dirty 80 + * The longest number of jiffies for which data is allowed to remain dirty 82 81 */ 83 82 int dirty_expire_interval = 30 * HZ; 84 83