diff options
author | Hugh Dickins <hughd@google.com> | 2012-10-08 19:33:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-09 03:22:59 -0400 |
commit | 8befedfe678ff84d5bc356be4f3cb1fd84959d02 (patch) | |
tree | 19708cceee79ce1217ee67bf8c9d44feeecdddbf /mm/vmstat.c | |
parent | 5a883813845a2bb5ed2bd8c9240736c0740b156f (diff) |
mm: remove unevictable_pgs_mlockfreed
Simply remove UNEVICTABLE_MLOCKFREED and unevictable_pgs_mlockfreed line
from /proc/vmstat: Johannes and Mel point out that it was very unlikely to
have been used by any tool, and of course we can restore it easily enough
if that turns out to be wrong.
Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Rik van Riel <riel@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michel Lespinasse <walken@google.com>
Cc: Ying Han <yinghan@google.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 2f11309955cc..c7370579111b 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -794,7 +794,6 @@ const char * const vmstat_text[] = { | |||
794 | "unevictable_pgs_munlocked", | 794 | "unevictable_pgs_munlocked", |
795 | "unevictable_pgs_cleared", | 795 | "unevictable_pgs_cleared", |
796 | "unevictable_pgs_stranded", | 796 | "unevictable_pgs_stranded", |
797 | "unevictable_pgs_mlockfreed", /* no longer useful: always zero */ | ||
798 | 797 | ||
799 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE | 798 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE |
800 | "thp_fault_alloc", | 799 | "thp_fault_alloc", |