Drivers: hv: balloon: Initialize the transaction ID just before sending the packet
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 18 Jul 2013 00:27:27 +0000 (17:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 23:40:42 +0000 (16:40 -0700)
Each message sent from the guest carries with it a transaction ID.
Assign the transaction ID just before putting the message on the VMBUS.
This would help in debugging on the host side.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found