[PATCH v2] mm, memory_hotplug: Don't bail out in do_migrate_range prematurely

From: Oscar Salvador
Date: Tue Dec 11 2018 - 08:53:28 EST


v1 -> v2:
- Keep branch to decrease refcount and print out
the failed pfn/page
- Modified changelog per Michal's feedback
- move put_page() out of the if/else branch

---