Re: [PATCH 05/23] thp: represent file thp pages in meminfo and friends

2013-09-02 Thread Kirill A. Shutemov
Ning Qu wrote: > Hi, Kirill > > I believe there is a typo in your previous commit, but you didn't include > it in this series of patch set. Below is the link for the commit. I think > you are trying to decrease the value NR_ANON_PAGES in page_remove_rmap, but > it is currently adding the value

Re: [PATCH 05/23] thp: represent file thp pages in meminfo and friends

2013-09-02 Thread Kirill A. Shutemov
Ning Qu wrote: Hi, Kirill I believe there is a typo in your previous commit, but you didn't include it in this series of patch set. Below is the link for the commit. I think you are trying to decrease the value NR_ANON_PAGES in page_remove_rmap, but it is currently adding the value instead

[PATCH 05/23] thp: represent file thp pages in meminfo and friends

2013-08-03 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" The patch adds new zone stat to count file transparent huge pages and adjust related places. For now we don't count mapped or dirty file thp pages separately. The patch depends on patch thp: account anon transparent huge pages into NR_ANON_PAGES Signed-off-by:

[PATCH 05/23] thp: represent file thp pages in meminfo and friends

2013-08-03 Thread Kirill A. Shutemov
From: Kirill A. Shutemov kirill.shute...@linux.intel.com The patch adds new zone stat to count file transparent huge pages and adjust related places. For now we don't count mapped or dirty file thp pages separately. The patch depends on patch thp: account anon transparent huge pages into