From: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx> 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 <sthemmin@xxxxxxxxxxxxx> --- 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 devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel