Re: [PATCH v3 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
From: Vlastimil Babka
Date: Fri Nov 21 2025 - 11:46:56 EST
On 11/10/25 23:21, Lorenzo Stoakes wrote:
> In cases where we can simply utilise the fact that softleaf_from_pte()
> treats present entries as if they were none entries and thus eliminate
> spurious uses of is_swap_pte(), do so.
>
> No functional change intended.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>