]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/hv/vmbus_drv.c
Merge branch 'akpm' (patches from Andrew)
[mirror_ubuntu-bionic-kernel.git] / drivers / hv / vmbus_drv.c
index ed84e96715a0b64c9af1f2a79e6f44324b5efd5d..43160a2eafe0e33c319c1e42468bc790867b80d6 100644 (file)
@@ -940,6 +940,9 @@ static void vmbus_chan_sched(struct hv_per_cpu_context *hv_cpu)
                        if (channel->offermsg.child_relid != relid)
                                continue;
 
+                       if (channel->rescind)
+                               continue;
+
                        switch (channel->callback_mode) {
                        case HV_CALL_ISR:
                                vmbus_channel_isr(channel);