diff options
author | Dexuan Cui <decui@microsoft.com> | 2018-06-05 13:37:52 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-03 13:02:28 +0200 |
commit | 50229128727f7e11840ca1b2b501f880818d56b6 (patch) | |
tree | 27ccc87b746ff9dd903cf15979872254d0f91ce5 /drivers/hv/hv.c | |
parent | 71b38245acb05a38d2d861792bdd99cd9f6a0f78 (diff) | |
download | op-kernel-dev-50229128727f7e11840ca1b2b501f880818d56b6.zip op-kernel-dev-50229128727f7e11840ca1b2b501f880818d56b6.tar.gz |
Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
I didn't really hit a real bug, but just happened to spot the bug:
we have decreased the counter at the beginning of vmbus_process_offer(),
so we mustn't decrease it again.
Fixes: 6f3d791f3006 ("Drivers: hv: vmbus: Fix rescind handling issues")
Signed-off-by: Dexuan Cui <decui@microsoft.com>
Cc: stable@vger.kernel.org
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Stable <stable@vger.kernel.org> # 4.14 and above
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hv.c')
0 files changed, 0 insertions, 0 deletions