[PATCH] mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().

Kirill A. Shutemov kirill at shutemov.name
Wed Oct 4 03:44:48 AEDT 2017


On Tue, Oct 03, 2017 at 10:26:06AM -0400, Zi Yan wrote:
> From: Zi Yan <zi.yan at cs.rutgers.edu>
> 
> A non present pmd entry can appear after pmd_lock is taken in
> page_vma_mapped_walk(), even if THP migration is not enabled.
> The WARN_ONCE is unnecessary.
> 
> Fixes: 616b8371539a ("mm: thp: enable thp migration in generic path")
> Reported-and-tested-by: Abdul Haleem <abdhalee at linux.vnet.ibm.com>
> Signed-off-by: Zi Yan <zi.yan at cs.rutgers.edu>
> Cc: "Kirill A. Shutemov" <kirill.shutemov at linux.intel.com>
> Cc: Anshuman Khandual <khandual at linux.vnet.ibm.com>
> Cc: Andrew Morton <akpm at linux-foundation.org>

Acked-by: Kirill A. Shutemov <kirill.shutemov at linux.intel.com>

-- 
 Kirill A. Shutemov


More information about the Linuxppc-dev mailing list