Re: [PATCH v4 5/5] tcp: Remove mmap_lock fallback path

From: Suren Baghdasaryan

Date: Sat Aug 08 2026 - 20:52:17 EST


On Sat, Aug 8, 2026 at 12:26 AM Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:
>
> On Thu, Aug 06, 2026 at 01:05:48PM -0700, Suren Baghdasaryan wrote:
> > Previously, the per-VMA locking could fail in the face of writers
> > which necessitates a fallback to mmap_lock. The new
> > lock_vma_under_rcu_wait() will wait for writers instead of failing.
>
> It's not called that any more ...

Ack. Will fix. It's obvious that I took over someone else's patch, isn't it? :)

>