Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / mm / vmstat.c
index 901e631..0982da3 100644 (file)
@@ -702,6 +702,7 @@ const char * const vmstat_text[] = {
        "nr_slab_unreclaimable",
        "nr_page_table_pages",
        "nr_kernel_stack",
+       "nr_overhead",
        "nr_unstable",
        "nr_bounce",
        "nr_vmscan_write",
@@ -893,7 +894,7 @@ static void pagetypeinfo_showblockcount_print(struct seq_file *m,
        seq_putc(m, '\n');
 }
 
-/* Print out the free pages at each order for each migratetype */
+/* Print out the number of pageblocks for each migratetype */
 static int pagetypeinfo_showblockcount(struct seq_file *m, void *arg)
 {
        int mtype;