]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 4 Sep 2013 22:41:58 +0000 (15:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 21:20:22 +0000 (14:20 -0700)
commitcd3b8550674efdd565e26cd6421abc00e41a6d9c
tree5968ff56a1ccb419ef7aca1c0594b234d42b1cb6
parentb780d72455d4faad7d2a6b442b9bfd992e684944
Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout

commit 1bb341dee3b78fd6e0bf250519a692f734e73bec terminated vmbus
version negotiation incorrectly. We need to terminate the version
negotiation only if the current negotiation were to timeout.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Cc: Olaf Hering <ohering@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/connection.c