Re: [PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
From: David Howells <dhowells@redhat.com>
Date: 2023-01-27 00:08:30
Also in:
linux-fsdevel, linux-mm, lkml
From: David Howells <dhowells@redhat.com>
Date: 2023-01-27 00:08:30
Also in:
linux-fsdevel, linux-mm, lkml
David Hildenbrand [off-list ref] wrote:
As raised already somewhere in the whole discussion by me, the right way to take such a long-term ping as vmsplice() does is to use FOLL_PIN|FOLL_LONGTERM.
So the pipe infrastructure would have to be able to pin pages instead of carrying refs on them? What about pages just allocated and added to the pipe ring in normal pipe use? David