[PATCH 1/1] Drivers: hv: vmbus: Fix a bug in channel rescind code

2013-10-11 Thread K. Y. Srinivasan
Rescind of subchannels were not being correctly handled. Fix the bug. Signed-off-by: K. Y. Srinivasan Cc: [3.11+] --- drivers/hv/channel_mgmt.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index

[PATCH 1/1] Drivers: hv: vmbus: Fix a bug in channel rescind code

2013-10-11 Thread K. Y. Srinivasan
Rescind of subchannels were not being correctly handled. Fix the bug. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Cc: sta...@vger.kernel.org[3.11+] --- drivers/hv/channel_mgmt.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git