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 <da...@redhat.com> > Acked-by: Dennis Dalessandro <dennis.dalessan...@cornelisnetworks.com> (for > qib) > Signed-off-by: Lorenzo Stoakes <lstoa...@gmail.com>
Looks good: Reviewed-by: Christoph Hellwig <h...@lst.de>