Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
authorK. Y. Srinivasan <kys@microsoft.com>
Sat, 28 Feb 2015 19:18:17 +0000 (11:18 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 03:31:02 +0000 (19:31 -0800)
commited6cfcc5fdf2ebca320b6f74c836e555e18216e1
tree004638600297de1f56cef2fc075ab1a7c8f52e26
parentd15a0301c4157884d1a48a5d76b9ac3e36d71242
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer

In response to a rescind message, we need to remove the channel and the
corresponding device. Cleanup this code path by factoring out the code
to remove a channel.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel.c
drivers/hv/channel_mgmt.c
drivers/hv/vmbus_drv.c
include/linux/hyperv.h
This page took 0.029529 seconds and 5 git commands to generate.