Re: [PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages()
From: David Hildenbrand
Date: Mon Apr 17 2023 - 07:31:22 EST
On 15.04.23 14:09, Lorenzo Stoakes wrote:
After the introduction of FOLL_SAME_FILE we no longer require vmas for any
invocation of pin_user_pages(), so eliminate this parameter from the
function and all callers.
This clears the way to removing the vmas parameter from GUP altogether.
Signed-off-by: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
---
Ideally, we'd avoid FOLL_SAME_FILE as well
Acked-by: David Hildenbrand <david@xxxxxxxxxx>
--
Thanks,
David / dhildenb