Re: [PATCH v2 5/8] hv_balloon: don't check for memhp_auto_online manually
From: David Hildenbrand <hidden>
Date: 2020-03-17 18:46:44
Also in:
linux-hyperv, linux-mm, lkml
From: David Hildenbrand <hidden>
Date: 2020-03-17 18:46:44
Also in:
linux-hyperv, linux-mm, lkml
@@ -1707,6 +1701,7 @@ static int balloon_probe(struct hv_device *dev, #ifdef CONFIG_MEMORY_HOTPLUG set_online_page_callback(&hv_online_page); register_memory_notifier(&hv_memory_nb); + init_completion(&dm_device.ol_waitevent);
I'll move this one line up.
#endif hv_set_drvdata(dev, &dm_device);
-- Thanks, David / dhildenb