From: Stephen Hemminger <sthem...@microsoft.com>

The channel callback is invoked from softirq/tasklet not a work queue
and the commented out part is leftover from staging.

Signed-off-by: Stephen Hemminger <sthem...@microsoft.com>
---
 include/linux/hyperv.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index b01c8c3..9464ff7 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -731,9 +731,6 @@ struct vmbus_channel {
 
        struct vmbus_close_msg close_msg;
 
-       /* Channel callback are invoked in this workqueue context */
-       /* HANDLE dataWorkQueue; */
-
        void (*onchannel_callback)(void *context);
        void *channel_callback_context;
 
-- 
2.9.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to