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)
commit20138d6cb838aa01bb1b382dcb5f3d3a119ff2cb
tree99f41151cd9a130cecead505c27ed01139f4493e
parent6741335bc7294548ac95cb1f4671991ff30da193
Drivers: hv: balloon: Initialize the transaction ID just before sending the packet

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>
drivers/hv/hv_balloon.c