diff options
author | Christoph Lameter <clameter@sgi.com> | 2006-09-26 02:31:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-26 11:48:51 -0400 |
commit | 8417bba4b151346ed475fcc923693c9e3be89063 (patch) | |
tree | 93d559e32bc76077c1f837aed09a5df56849c610 /include/linux/mmzone.h | |
parent | d00bcc98d7ec2c87391c9d9e1cca519ef64d33ef (diff) |
[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone
*_pages is a better description of the role of the variable.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 7fe317164b73..a703527e2b45 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -169,7 +169,7 @@ struct zone { | |||
169 | /* | 169 | /* |
170 | * zone reclaim becomes active if more unmapped pages exist. | 170 | * zone reclaim becomes active if more unmapped pages exist. |
171 | */ | 171 | */ |
172 | unsigned long min_unmapped_ratio; | 172 | unsigned long min_unmapped_pages; |
173 | struct per_cpu_pageset *pageset[NR_CPUS]; | 173 | struct per_cpu_pageset *pageset[NR_CPUS]; |
174 | #else | 174 | #else |
175 | struct per_cpu_pageset pageset[NR_CPUS]; | 175 | struct per_cpu_pageset pageset[NR_CPUS]; |