We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f93d7 commit 656c5baCopy full SHA for 656c5ba
drivers/hv/channel_mgmt.c
@@ -639,6 +639,7 @@ static void vmbus_process_offer(struct vmbus_channel *newchannel)
639
*/
640
if (newchannel->offermsg.offer.sub_channel_index == 0) {
641
mutex_unlock(&vmbus_connection.channel_mutex);
642
+ cpus_read_unlock();
643
/*
644
* Don't call free_channel(), because newchannel->kobj
645
* is not initialized yet.
0 commit comments