Re: [PATCH 03/17] Drivers: hv: kvp: Cleanup error handling in KVP
From: Olaf Hering <hidden>
Date: 2012-07-25 07:59:17
Also in:
lkml, virtualization
From: Olaf Hering <hidden>
Date: 2012-07-25 07:59:17
Also in:
lkml, virtualization
On Tue, Jul 24, K. Y. Srinivasan wrote:
+++ b/drivers/hv/hv_kvp.c@@ -48,13 +48,24 @@ static struct { void *kvp_context; /* for the channel callback */ } kvp_transaction; +/* + * Before we can accept KVP messages from the host, we need + * to handshake with the user level daemon. This state tarcks
tracks
+ * if we are in the handshake phase. + */
- * Something failed or the we have timedout; + * Something failed or we have timedout;
extra space