aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-12-17 11:46:26 -0500
committerIngo Molnar <mingo@kernel.org>2018-12-17 11:46:26 -0500
commit76aea1eeb98d2d75d9297fda777efeffe3657aeb (patch)
tree18fdf94ec846b553f1e60438279a3b449897189b /include/linux/hyperv.h
parent43b9e4febc66b98d83cc1560196d56ac7fef3c32 (diff)
parent7566ec393f4161572ba6f11ad5171fd5d59b0fbd (diff)
Merge tag 'v4.20-rc7' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index b3e24368930a..14131b6fae68 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -905,6 +905,13 @@ struct vmbus_channel {
905 905
906 bool probe_done; 906 bool probe_done;
907 907
908 /*
909 * We must offload the handling of the primary/sub channels
910 * from the single-threaded vmbus_connection.work_queue to
911 * two different workqueue, otherwise we can block
912 * vmbus_connection.work_queue and hang: see vmbus_process_offer().
913 */
914 struct work_struct add_channel_work;
908}; 915};
909 916
910static inline bool is_hvsock_channel(const struct vmbus_channel *c) 917static inline bool is_hvsock_channel(const struct vmbus_channel *c)