Re: [PATCH 07/12] mm: convert try_to_unmap_one() to page_check_walk()

2017-01-24 Thread kbuild test robot
Hi Kirill, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10-rc5 next-20170124] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Kirill-A-Shutemov/Fix-few-rmap-related-THP-bu

[PATCH 07/12] mm: convert try_to_unmap_one() to page_check_walk()

2017-01-24 Thread Kirill A. Shutemov
For consistency, it worth converting all page_check_address() to page_check_walk(), so we could drop the former. It also makes freeze_page() as we walk though rmap only once. Signed-off-by: Kirill A. Shutemov --- mm/huge_memory.c | 16 +--- mm/rmap.c| 260 --