Re: [PATCH -v3 08/10] mm, THP: Add can_split_huge_page()

2016-09-08 Thread Huang, Ying
Hi, Kirill, Thanks for your comments! "Kirill A. Shutemov" writes: > On Wed, Sep 07, 2016 at 09:46:07AM -0700, Huang, Ying wrote: >> From: Huang Ying >> >> Separates checking whether we can split the huge page from >> split_huge_page_to_list() into a function. This will help to check that >>

Re: [PATCH -v3 08/10] mm, THP: Add can_split_huge_page()

2016-09-08 Thread Kirill A. Shutemov
On Wed, Sep 07, 2016 at 09:46:07AM -0700, Huang, Ying wrote: > From: Huang Ying > > Separates checking whether we can split the huge page from > split_huge_page_to_list() into a function. This will help to check that > before splitting the THP (Transparent Huge Page) really. > > This will be us