Re: [PATCH 1/1] userfaultfd: do not block on locking a large folio with raised refcount
From: Matthew Wilcox
Date: Wed Feb 26 2025 - 11:30:55 EST
On Wed, Feb 26, 2025 at 08:11:25AM -0800, Suren Baghdasaryan wrote:
> On Wed, Feb 26, 2025 at 6:59 AM Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> wrote:
> > Reversing the locking/folio_get() is okay because of the src_ptl spin
> > lock, right? It might be worth saying something about it in the
> > comment?
>
> That is correct. We take both folio lock and refcount before we drop
> PTL. I'll add a comment. Thanks!
In the commit message, not in the code, please.