Re: [PATCH v2 5/8] hv_balloon: don't check for memhp_auto_online manually

From: David Hildenbrand
Date: Tue Mar 17 2020 - 14:46:45 EST


> @@ -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