Re: [PATCH v4 06/11] mm: thp: make split queue lock safe when LRU pages are reparented

From: Muchun Song
Date: Wed May 25 2022 - 07:44:41 EST


On Tue, May 24, 2022 at 07:54:35PM -0700, Roman Gushchin wrote:
> On Tue, May 24, 2022 at 02:05:46PM +0800, Muchun Song wrote:
> > Similar to the lruvec lock, we use the same approach to make the split
> > queue lock safe when LRU pages are reparented.
> >
> > Signed-off-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>
>
> Please, merge this into the previous patch (like Johannes asked
> for the lruvec counterpart).
>

Will do in v5.

> And add:
> Acked-by: Roman Gushchin <roman.gushchin@xxxxxxxxx> .
>

Thanks Roman.