Re: [PATCH] mm/huge_memory: fix comment in __split_huge_pmd_locked

2017-12-07 Thread Kirill A. Shutemov
On Thu, Dec 07, 2017 at 01:49:05PM +0800, Yisheng Xie wrote: > pmd_trans_splitting has been remove after THP refcounting redesign, > therefore related comment should be updated. > > Signed-off-by: Yisheng Xie Looks good to me. Acked-by: Kirill A. Shutemov -- Kirill A. Shutemov

[PATCH] mm/huge_memory: fix comment in __split_huge_pmd_locked

2017-12-06 Thread Yisheng Xie
pmd_trans_splitting has been remove after THP refcounting redesign, therefore related comment should be updated. Signed-off-by: Yisheng Xie --- mm/huge_memory.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 86fe697..f2467a0 1