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

From: Nicholas Piggin
Date: Sun Jan 24 2021 - 07:05:58 EST


Excerpts from Christoph Hellwig's message of January 24, 2021 9:36 pm:
> 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?
>

Yes, I moved it in a later patch to make reviewing easier. Rename in
this one then the move patch is cut and paste.

Thanks,
Nick