mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE
authorAnshuman Khandual <[email protected]>
Thu, 5 Apr 2018 23:22:08 +0000 (16:22 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:24 +0000 (21:36 -0700)
commit310253514bbf179c5f82e20a7a4bbf07abc7f5ad
tree191cc11fdd6ffd830965186d1c634c4c7c81b517
parent57a7702b12bc610393bf7764d25183392344ee92
mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE

alloc_contig_range() initiates compaction and eventual migration for the
purpose of either CMA or HugeTLB allocations.  At present, the reason
code remains the same MR_CMA for either of these cases.  Let's make it
MR_CONTIG_RANGE which will appropriately reflect the reason code in both
these cases.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/powerpc/mm/mmu_context_iommu.c
include/linux/migrate.h
include/trace/events/migrate.h
mm/page_alloc.c