Re: [PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count
From: Andrew Morton
Date: Wed Dec 18 2024 - 19:36:06 EST
On Wed, 18 Dec 2024 13:53:17 -0800 Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote:
> > There is a loop for_each_vma_range() that does:
> >
> > vma_start_write(next);
> > mas_set(mas_detach, vms->mas_count++);
> > mas_store_gfp(mas_detach, next, GFP_KERNEL);
>
> Ah, ok I see now. I completely misunderstood what for_each_vma_range()
> was doing.
I'll drop the v6 series from mm-unstable.