Re: [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
"Vlastimil Babka (SUSE)" <[email protected]> Tue, 24 Mar 2026 15:31:16 +0100
| Newsgroups | org.kernel.vger.target-devel,dev.linux.lists.linux-staging,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-mtd,org.kernel.vger.linux-doc,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-hyperv,org.kernel.vger.linux-kernel,org.kernel.vger.linux-scsi,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 3/20/26 23:39, Lorenzo Stoakes (Oracle) wrote: > We don't need to reference this field, it's confusing as it duplicates > mmap_action->hide_from_rmap_until_complete, so thread the mmap_action > through to __mmap_new_vma() instead and use the same field consistently. > > Signed-off-by: Lorenzo Stoakes (Oracle) <[email protected]> Acked-by: Vlastimil Babka (SUSE) <[email protected]>