diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 2386716f1754..2ee7ec5e003f 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -447,11 +447,11 @@ static const char * const vmstat_text[] = { | |||
447 | "nr_anon_pages", | 447 | "nr_anon_pages", |
448 | "nr_mapped", | 448 | "nr_mapped", |
449 | "nr_file_pages", | 449 | "nr_file_pages", |
450 | "nr_dirty", | ||
451 | "nr_writeback", | ||
450 | "nr_slab_reclaimable", | 452 | "nr_slab_reclaimable", |
451 | "nr_slab_unreclaimable", | 453 | "nr_slab_unreclaimable", |
452 | "nr_page_table_pages", | 454 | "nr_page_table_pages", |
453 | "nr_dirty", | ||
454 | "nr_writeback", | ||
455 | "nr_unstable", | 455 | "nr_unstable", |
456 | "nr_bounce", | 456 | "nr_bounce", |
457 | "nr_vmscan_write", | 457 | "nr_vmscan_write", |