On 06/06/2016 11:27 PM, Hillf Danton wrote: >> @@ -182,6 +354,13 @@ retry: >> goto out_unlock; >> >> /* >> + * If this is a HUGETLB vma, pass off to appropriate routine >> + */ >> + if (dst_vma->vm_flags & VM_HUGETLB) > > Use is_vm_hugetlb_page()? > And in cases in subsequent patches? > > Hillf Yes, that would be better. Thanks. -- Mike Kravetz -- 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>