nical.com;
> jasow...@redhat.com; KY Srinivasan; Haiyang Zhang
> Subject: Re: [PATCH 1/3] hv: hv_util: move vmbus_open() to a later place
>
> Dexuan Cui writes:
>
> > Before the line vmbus_open() returns, srv->util_cb can be already running
> > and the variablies, like
Dexuan Cui writes:
> Before the line vmbus_open() returns, srv->util_cb can be already running
> and the variablies, like util_fw_version, are needed by the srv->util_cb.
>
> So we have to make sure the variables are initialized before the vmbus_open().
>
> CC: "K. Y. Srinivasan"
> Signed-off-by