OSDN Git Service

vmbus: pass channel to hv_process_channel_removal
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 14 Sep 2018 16:10:15 +0000 (09:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:33:24 +0000 (20:33 +0200)
commit800b932969c53c4044ff9f9fd1ee793a87fa8ef0
tree23e475eda261baa0ab99d48877d372cdcda9cc08
parent581ae6b7225aaf469001557900763d14898e3683
vmbus: pass channel to hv_process_channel_removal

Rather than passing relid and then looking up the channel.
Pass the channel directly, since caller already knows it.

Signed-off-by: Stephen Hemminger <sthemmin@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