commit | bb4cc2bea6df7854d629bff114ca03237cc718d6 | [log] [tgz] |
---|---|---|
author | Mel Gorman <mgorman@techsingularity.net> | Thu Jul 28 15:47:29 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 28 16:07:41 2016 -0700 |
tree | 5f164e808a79a8e84029a7d2a2772cf8c02219b2 | |
parent | 71c799f4982d340fff86e751898841322f07f235 [diff] |
mm, vmscan: remove highmem_file_pages With the reintroduction of per-zone LRU stats, highmem_file_pages is redundant so remove it. [mgorman@techsingularity.net: wrong stat is being accumulated in highmem_dirtyable_memory] Link: http://lkml.kernel.org/r/20160725092324.GM10438@techsingularity.netLink: http://lkml.kernel.org/r/1469110261-7365-3-git-send-email-mgorman@techsingularity.net Signed-off-by: Mel Gorman <mgorman@techsingularity.net> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Cc: Minchan Kim <minchan@kernel.org> Cc: Michal Hocko <mhocko@suse.cz> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>