Re: [PATCH v1 15/29] mm/migration: remove PageMovable()

From: David Hildenbrand
Date: Tue Jul 01 2025 - 08:30:18 EST


On 01.07.25 12:50, Lorenzo Stoakes wrote:
On Mon, Jun 30, 2025 at 02:59:56PM +0200, David Hildenbrand wrote:
As __ClearPageMovable() is gone that would have only made
PageMovable()==false but still __PageMovable()==true, now
PageMovable() == __PageMovable().

I think this could be rephrased to be clearer, something like:

Previously, if __ClearPageMovable() were invoked on a page, this would
cause __PageMovable() to return false, but due to the continued
existance of page movable ops, PageMovable() would have returned true.


"existence", yes will use that, thanks!

--
Cheers,

David / dhildenb