Re: [PATCH v3 01/15] mm/vma: introduce VMA anon page offset field and add helpers
"David Hildenbrand (Arm)" <[email protected]> Mon, 3 Aug 2026 11:58:02 +0200
| Newsgroups | org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
>> The former would be better >> >> __vma_set_start_anon_pgoff(dest, vma_start_anon_pgoff(src)); > > Ack that's fair, will update it. But looking at the existing code vma_set_pgoff(vma, vma_start_pgoff(vma) - delta); etc, maybe we can keep it as is for symmetry. -- Cheers, David