Re: [PATCH 10/11] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

From: boris . ostrovsky
Date: Thu Sep 24 2020 - 19:44:08 EST



On 9/24/20 9:58 AM, Christoph Hellwig wrote:
> Replace the last call to alloc_vm_area with an open coded version using
> an iterator in struct gnttab_vm_area instead of the triple indirection
> magic in alloc_vm_area.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>