Re: [PATCH 2/2] xen: don't use page->lru for ZONE_DEVICE memory
From: boris . ostrovsky
Date: Mon Dec 07 2020 - 18:57:12 EST
On 12/7/20 8:30 AM, Juergen Gross wrote:
> --- a/drivers/xen/unpopulated-alloc.c
> +++ b/drivers/xen/unpopulated-alloc.c
> @@ -12,7 +12,7 @@
> #include <xen/xen.h>
>
> static DEFINE_MUTEX(list_lock);
> -static LIST_HEAD(page_list);
> +static struct page *page_list;
next_page or next_allocated_page?
Either way
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>