David Hildenbrand <da...@redhat.com> 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 <da...@redhat.com> [snip] --- Best Regards, Huang, Ying