Re: [PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()

From: Christoph Hellwig
Date: Mon May 15 2023 - 07:56:30 EST


On Sun, May 14, 2023 at 10:26:58PM +0100, Lorenzo Stoakes wrote:
> We are now in a position where no caller of pin_user_pages() requires the
> vmas parameter at all, so eliminate this parameter from the function and
> all callers.
>
> This clears the way to removing the vmas parameter from GUP altogether.
>
> Acked-by: David Hildenbrand <david@xxxxxxxxxx>
> Acked-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx> (for qib)
> Signed-off-by: Lorenzo Stoakes <lstoakes@xxxxxxxxx>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>