Re: [PATCH RFC 10/19] RDMA/umem: remove FOLL_FORCE usage

2022-11-14 Thread Leon Romanovsky
On Mon, Nov 07, 2022 at 05:17:31PM +0100, David Hildenbrand wrote: > GUP now supports reliable R/O long-term pinning in COW mappings, such > that we break COW early. MAP_SHARED VMAs only use the shared zeropage so > far in one corner case (DAXFS file with holes), which can be ignored > because GUP

[PATCH RFC 10/19] RDMA/umem: remove FOLL_FORCE usage

2022-11-07 Thread David Hildenbrand
GUP now supports reliable R/O long-term pinning in COW mappings, such that we break COW early. MAP_SHARED VMAs only use the shared zeropage so far in one corner case (DAXFS file with holes), which can be ignored because GUP does not support long-term pinning in fsdax (see check_vma_flags()). Conse