Re: [PATCH RFC 10/15] mm/mglru: make folio lru referenced times count a generic API
From: Baoquan He
Date: Tue Aug 18 2026 - 03:26:43 EST
On 08/04/26 at 03:47am, Kairui Song via B4 Relay wrote:
...snip...
> diff --git a/mm/migrate.c b/mm/migrate.c
> index c737d0682fa4..806f1e913a38 100644
> --- a/mm/migrate.c
> +++ b/mm/migrate.c
> @@ -786,8 +786,6 @@ void folio_migrate_flags(struct folio *newfolio, struct folio *folio)
> folio_set_active(newfolio);
> } else if (folio_test_clear_unevictable(folio))
> folio_set_unevictable(newfolio);
> - if (folio_test_workingset(folio))
> - folio_set_workingset(newfolio);
> if (folio_test_checked(folio))
> folio_set_checked(newfolio);
Change in this place sneaks into this patch?
> /*
>
> --
> 2.55.0
>
>