Re: [PATCH 02/15] mm/cma: move init_cma_reserved_pages() to cma.c and make it static

From: David Hildenbrand
Date: Mon Mar 20 2023 - 06:32:12 EST


On 19.03.23 22:59, Mike Rapoport wrote:
From: "Mike Rapoport (IBM)" <rppt@xxxxxxxxxx>

init_cma_reserved_pages() only used in cma.c, no point of having it in
page_alloc.c.

Move init_cma_reserved_pages() to cma.c and make it static.

I guess the motivation is to avoid letting too many subsystems mess with pageblock migratetypes, managed pages, PG_reserved ...

So it kind of makes sense to have these low-level details out of common CMA code, no?

--
Thanks,

David / dhildenb