]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
authorDexuan Cui <decui@microsoft.com>
Tue, 15 Dec 2015 00:01:50 +0000 (16:01 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Dec 2015 03:15:05 +0000 (19:15 -0800)
commit2936e7e57738c00ea3e09c66c263cd3ed28fc246
tree4a3958e0e031a0bbd6555f9d743aa0a700133c89
parentfb81a63509a74337ae7593d317b10a9659495b66
Drivers: hv: vmbus: release relid on error in vmbus_process_offer()

We want to simplify vmbus_onoffer_rescind() by not invoking
hv_process_channel_removal(NULL, ...).

Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel_mgmt.c