]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit8bbf9f440f196ee08cc5ab1c19e62b1c5a736ff0
tree5968ff56a1ccb419ef7aca1c0594b234d42b1cb6
parent3a4916050ba2e0f1d114ef540abdf02b2b173e61
Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout

commit 666b9adc801ef012612c4e43e0f44b2cdc1979cf 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