Re: [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
From: David Hildenbrand (Arm)
Date: Thu Feb 12 2026 - 04:02:30 EST
On 2/11/26 11:31, Mike Rapoport wrote:
From: "Mike Rapoport (Microsoft)" <rppt@xxxxxxxxxx>
my_zero_pfn() is a silly name.
Rename zero_pfn variable to zero_page_pfn and my_zero_pfn() function to
zero_pfn().
While on it, move extern declarations of zero_page_pfn outside the
functions that use it and add a comment about what ZERO_PAGE is.
Signed-off-by: Mike Rapoport (Microsoft) <rppt@xxxxxxxxxx>
---
Acked-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
--
Cheers,
David