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 9dc270aed5c4..25e5ca7c1743 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -381,6 +381,7 @@ static char *vmstat_text[] = { | |||
381 | "nr_dirty", | 381 | "nr_dirty", |
382 | "nr_writeback", | 382 | "nr_writeback", |
383 | "nr_unstable", | 383 | "nr_unstable", |
384 | "nr_bounce", | ||
384 | 385 | ||
385 | /* Event counters */ | 386 | /* Event counters */ |
386 | "pgpgin", | 387 | "pgpgin", |
@@ -428,7 +429,6 @@ static char *vmstat_text[] = { | |||
428 | "allocstall", | 429 | "allocstall", |
429 | 430 | ||
430 | "pgrotated", | 431 | "pgrotated", |
431 | "nr_bounce", | ||
432 | }; | 432 | }; |
433 | 433 | ||
434 | /* | 434 | /* |