Re: [PATCH V2 1/3] mm/vma: Move VM_NO_KHUGEPAGED into generic header

From: Vlastimil Babka
Date: Thu Feb 27 2020 - 03:00:51 EST


On 2/27/20 6:56 AM, Anshuman Khandual wrote:
> Move VM_NO_KHUGEPAGED into generic header (include/linux/mm.h). This just
> makes sure that no VMA flag is scattered in individual function files any
> longer. While at this, fix an old comment which is no longer valid. This
> should not cause any functional change.
>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: linux-mm@xxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>

Thanks.