]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/hyperv.h
Drivers: hv: vmbus: Fix a rescind handling bug
[mirror_ubuntu-zesty-kernel.git] / include / linux / hyperv.h
index 183efde54269e18c5d4d1eda7dc448717fe85800..62679a93e01e53a94c55dd8b8fe656b0d321008c 100644 (file)
@@ -641,6 +641,7 @@ struct vmbus_channel_msginfo {
 
        /* Synchronize the request/response if needed */
        struct completion  waitevent;
+       struct vmbus_channel *waiting_channel;
        union {
                struct vmbus_channel_version_supported version_supported;
                struct vmbus_channel_open_result open_result;