diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/vmscan.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index 81dd858b9d17..5fec1ba9951f 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -137,7 +137,11 @@ struct scan_control { | |||
137 | * From 0 .. 100. Higher means more swappy. | 137 | * From 0 .. 100. Higher means more swappy. |
138 | */ | 138 | */ |
139 | int vm_swappiness = 60; | 139 | int vm_swappiness = 60; |
140 | unsigned long vm_total_pages; /* The total number of pages which the VM controls */ | 140 | /* |
141 | * The total number of pages which are beyond the high watermark within all | ||
142 | * zones. | ||
143 | */ | ||
144 | unsigned long vm_total_pages; | ||
141 | 145 | ||
142 | static LIST_HEAD(shrinker_list); | 146 | static LIST_HEAD(shrinker_list); |
143 | static DECLARE_RWSEM(shrinker_rwsem); | 147 | static DECLARE_RWSEM(shrinker_rwsem); |