On 21.10.25 22:43, Michael S. Tsirkin wrote:
On Tue, Oct 21, 2025 at 02:59:08PM +0200, David Hildenbrand wrote:
Now that there is not a lot of logic left, let's just inline setting up
the migration function.
To avoid #ifdef in the caller we can instead use IS_ENABLED() and make
the compiler happy by only providing the function declaration.
Now that the function is gone, drop the "out_balloon_compaction" label.
Note that before commit 68f2736a8583 ("mm: Convert all PageMovable users
to movable_operations"), now not anymore.
What does this sentence mean?
Should have been "... we actually had to undo something, now not anymore."
Thanks!
--
Cheers
David / dhildenb