[PATCH 09/16] hv: hv_util: move vmbus_open() to a later place

2015-02-03 Thread K. Y. Srinivasan
From: Dexuan Cui <[mailto:de...@microsoft.com]> Before the line vmbus_open() returns, srv->util_cb can be already running and the variables, 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.

[PATCH 09/16] hv: hv_util: move vmbus_open() to a later place

2015-02-03 Thread K. Y. Srinivasan
From: Dexuan Cui [mailto:de...@microsoft.com] Before the line vmbus_open() returns, srv-util_cb can be already running and the variables, 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