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

2013-10-16 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Wednesday, October 16, 2013 6:56 PM > To: KY Srinivasan > Cc: stable@vger.kernel.org > Subject: Re: [PATCH 1/1] Drivers: hv: vmbus: Fix a bug in channel rescind code > > On Wed, Oc

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

2013-10-16 Thread Greg KH
On Wed, Oct 16, 2013 at 07:27:19PM -0700, K. Y. Srinivasan wrote: > 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 |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-)