Re: [PATCH v3 1/3] mm/vma: const-ify vma_assert_stabilised() and associated functions
Pedro Falcato <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 17, 2026 at 08:47:41PM +0100, Lorenzo Stoakes (ARM) wrote: > The vma pointers are not modified in any of these functions so make it > official by const-ify them. > > Propagate this throughout the call stack. > > No functional change intended. > > Signed-off-by: Lorenzo Stoakes (ARM) <[email protected]> Reviewed-by: Pedro Falcato <[email protected]> -- Pedro