aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2006-09-26 02:31:51 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-26 11:48:51 -0400
commit8417bba4b151346ed475fcc923693c9e3be89063 (patch)
tree93d559e32bc76077c1f837aed09a5df56849c610 /include
parentd00bcc98d7ec2c87391c9d9e1cca519ef64d33ef (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')
-rw-r--r--include/linux/mmzone.h2
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];