Re: [PATCH v3 1/5] mm: introduce vma_start_read_locked{_nested} helpers
From: Davidlohr Bueso
Date: Mon Nov 18 2024 - 12:08:29 EST
On Sun, 17 Nov 2024, Suren Baghdasaryan wrote:
Introduce helper functions which can be used to read-lock a VMA when
holding mmap_lock for read. Replace direct accesses to vma->vm_lock
with these new helpers.
Reviewed-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>