Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1424806 > unrolled thread

Re: [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED

Started byVlastimil Babka <vbabka@suse.cz>
First post2016-06-17 10:30 +0200
Last post2016-06-17 10:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED Vlastimil Babka <vbabka@suse.cz> - 2016-06-17 10:30 +0200

#1424806 — Re: [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED

FromVlastimil Babka <vbabka@suse.cz>
Date2016-06-17 10:30 +0200
SubjectRe: [PATCH 17/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
Message-ID<rKXk6-46B-27@gated-at.bofh.it>
On 06/09/2016 08:04 PM, Mel Gorman wrote:
> NR_FILE_PAGES  is the number of        file pages.
> NR_FILE_MAPPED is the number of mapped file pages.
> NR_ANON_PAGES  is the number of mapped anon pages.
>
> This is unhelpful naming as it's easy to confuse NR_FILE_MAPPED and NR_ANON_PAGES for
> mapped pages. This patch renames NR_ANON_PAGES so we have
>
> NR_FILE_PAGES  is the number of        file pages.
> NR_FILE_MAPPED is the number of mapped file pages.
> NR_ANON_MAPPED is the number of mapped anon pages.
>
> Signed-off-by: Mel Gorman <mgorman@techsingularity.net>

Acked-by: Vlastimil Babka <vbabka@suse.cz>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web