diff options
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 1b1ac3db2187..841a077d5aeb 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -160,6 +160,6 @@ int online_pages(unsigned long pfn, unsigned long nr_pages) | |||
160 | 160 | ||
161 | if (need_zonelists_rebuild) | 161 | if (need_zonelists_rebuild) |
162 | build_all_zonelists(); | 162 | build_all_zonelists(); |
163 | 163 | vm_total_pages = nr_free_pagecache_pages(); | |
164 | return 0; | 164 | return 0; |
165 | } | 165 | } |