Re: Calls to do_swap_page() from handle_pte_fault() on a system where swap is not configured
From: David Hildenbrand (Red Hat)
Date: Wed Dec 03 2025 - 17:12:27 EST
From 92de7131f74b9300ea711ceae98bbe137cf0058f Mon Sep 17 00:00:00 2001
From: Gregory Price <gourry@xxxxxxxxxx>
Date: Wed, 3 Dec 2025 03:12:44 -0500
Subject: [PATCH] mm: rename do_swap_page to do_softleaf_page
do_swap_page is a stale function name with introductio of softleaf.
The "page" in "softleaf_page" is weird.
In general, the "do_*" is weird as well.
fault_handle_softleaf? Something like that?
--
Cheers
David