diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 3b5e9043e7db..4651bf153f35 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -704,7 +704,7 @@ static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat, | |||
704 | "\n all_unreclaimable: %u" | 704 | "\n all_unreclaimable: %u" |
705 | "\n prev_priority: %i" | 705 | "\n prev_priority: %i" |
706 | "\n start_pfn: %lu", | 706 | "\n start_pfn: %lu", |
707 | zone->all_unreclaimable, | 707 | zone_is_all_unreclaimable(zone), |
708 | zone->prev_priority, | 708 | zone->prev_priority, |
709 | zone->zone_start_pfn); | 709 | zone->zone_start_pfn); |
710 | seq_putc(m, '\n'); | 710 | seq_putc(m, '\n'); |