Re: [PATCH RFC 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
From: Huang, Ying
Date: Sun Jun 29 2025 - 21:19:07 EST
David Hildenbrand <david@xxxxxxxxxx> writes:
> We can just look at the balloon device (stored in page->private), to see
> of the page is still part of the balloon.
s/of/if/
?
just a trivial issue if I'm not wrong.
> As isolated balloon pages cannot get released (they are taken off the
> balloon list while isolated), we don't have to worry about this case in
> the putback and migration callback. Add a WARN_ON_ONCE for now.
>
> Signed-off-by: David Hildenbrand <david@xxxxxxxxxx>
[snip]
---
Best Regards,
Huang, Ying