Re: [PATCH v10 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range

From: Christoph Hellwig
Date: Sun Jan 24 2021 - 06:38:18 EST


On Sun, Jan 24, 2021 at 06:22:22PM +1000, Nicholas Piggin wrote:
> This will be used as a generic kernel virtual mapping function, so
> re-name it in preparation.

The new name looks ok, but shouldn't it also move to vmalloc.c with
the more generic name and purpose?