On 2/27/20 6:56 AM, Anshuman Khandual wrote: > Currently the declaration and definition for is_vma_temporary_stack() are > scattered. Lets make is_vma_temporary_stack() helper available for general > use and also drop the declaration from (include/linux/huge_mm.h) which is > no longer required. While at this, rename this as vma_is_temporary_stack() > in line with existing helpers. This should not cause any functional change. > > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: linux-kernel@xxxxxxxxxxxxxxx > Cc: linux-mm@xxxxxxxxx > Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx> Thanks.