Re: [PATCH 01/12] thp: fix the count of THP_COLLAPSE_ALLOC

2012-08-13 Thread Kirill A. Shutemov
On Mon, Aug 13, 2012 at 07:13:16PM +0800, Xiao Guangrong wrote: > THP_COLLAPSE_ALLOC is double counted if NUMA is disabled since it has > already been calculated in khugepaged_alloc_hugepage > > Signed-off-by: Xiao Guangrong Acked-by: Kirill A. Shutemov > --- > mm/huge_memory.c |2 +- >

[PATCH 01/12] thp: fix the count of THP_COLLAPSE_ALLOC

2012-08-13 Thread Xiao Guangrong
THP_COLLAPSE_ALLOC is double counted if NUMA is disabled since it has already been calculated in khugepaged_alloc_hugepage Signed-off-by: Xiao Guangrong --- mm/huge_memory.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index

[PATCH 01/12] thp: fix the count of THP_COLLAPSE_ALLOC

2012-08-13 Thread Xiao Guangrong
THP_COLLAPSE_ALLOC is double counted if NUMA is disabled since it has already been calculated in khugepaged_alloc_hugepage Signed-off-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com --- mm/huge_memory.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 01/12] thp: fix the count of THP_COLLAPSE_ALLOC

2012-08-13 Thread Kirill A. Shutemov
On Mon, Aug 13, 2012 at 07:13:16PM +0800, Xiao Guangrong wrote: THP_COLLAPSE_ALLOC is double counted if NUMA is disabled since it has already been calculated in khugepaged_alloc_hugepage Signed-off-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com Acked-by: Kirill A. Shutemov