On Wed, Jan 25, 2017 at 09:25:28PM +0300, Kirill A. Shutemov wrote: > The patch introduces new interface to check if a page is mapped into a vma. > It aims to address shortcomings of page_check_address{,_transhuge}. > > Existing interface is not able to handle PTE-mapped THPs: it only finds > the first PTE. The rest lefted unnoticed. > > page_vma_mapped_walk() iterates over all possible mapping of the page in the > vma. > > Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Please ignore, I screwed it up. I'll repost once get it fixed and tested. -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>