Re: [PATCH 4/5] mm/vmalloc: Extend __find_vmap_area() with one more argument

From: Christoph Hellwig
Date: Tue Jun 07 2022 - 05:48:13 EST


On Tue, Jun 07, 2022 at 11:34:48AM +0200, Uladzislau Rezki (Sony) wrote:
> __find_vmap_area() finds a "vmap_area" based on passed address.
> It scan the specific "vmap_area_root" rb-tree. Extend the function
> with one extra argument, so any tree can be specified where the
> search has to be done.

Uhh, why? This just adds a copletel useless argument.