[PATCH v1 25/29] mm: simplify folio_expected_ref_count()
Harry Yoo
harry.yoo at oracle.com
Wed Jul 2 23:40:39 AEST 2025
On Mon, Jun 30, 2025 at 03:00:06PM +0200, David Hildenbrand wrote:
> Now that PAGE_MAPPING_MOVABLE is gone, we can simplify and rely on the
> folio_test_anon() test only.
>
> ... but staring at the users, this function should never even have been
> called on movable_ops pages. E.g.,
> * __buffer_migrate_folio() does not make sense for them
> * folio_migrate_mapping() does not make sense for them
> * migrate_huge_page_move_mapping() does not make sense for them
> * __migrate_folio() does not make sense for them
> * ... and khugepaged should never stumble over them
>
> Let's simply refuse typed pages (which includes slab) except hugetlb,
> and WARN.
>
> Reviewed-by: Zi Yan <ziy at nvidia.com>
> Signed-off-by: David Hildenbrand <david at redhat.com>
> ---
Yup, it doesn't really make sense to do this for typed pages
because they can't be mapped to userspace, except hugetlb.
LGTM,
Reviewed-by: Harry Yoo <harry.yoo at oracle.com>
--
Cheers,
Harry / Hyeonggon
More information about the Linuxppc-dev
mailing list