diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory_hotplug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 0fb05b258f0c..93aba78dc8b6 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -429,7 +429,9 @@ int online_pages(unsigned long pfn, unsigned long nr_pages) | |||
429 | 429 | ||
430 | if (need_zonelists_rebuild) | 430 | if (need_zonelists_rebuild) |
431 | build_all_zonelists(); | 431 | build_all_zonelists(); |
432 | vm_total_pages = nr_free_pagecache_pages(); | 432 | else |
433 | vm_total_pages = nr_free_pagecache_pages(); | ||
434 | |||
433 | writeback_set_ratelimit(); | 435 | writeback_set_ratelimit(); |
434 | 436 | ||
435 | if (onlined_pages) | 437 | if (onlined_pages) |