Re: [PATCH] Drivers: hv: connection: Remove create_workqueue

2016-06-20 Thread Tejun Heo
Hello, On Sat, Jun 18, 2016 at 02:14:23PM +0530, Bhaktipriya Shridhar wrote: > alloc_workqueue replaces deprecated create_workqueue(). > A dedicated workqueue has been used since the workitem (viz &ctx->work, > which maps to vmbus_onmessage_work), is engaged in normal device > operation which invo

[PATCH] Drivers: hv: connection: Remove create_workqueue

2016-06-18 Thread Bhaktipriya Shridhar
alloc_workqueue replaces deprecated create_workqueue(). A dedicated workqueue has been used since the workitem (viz &ctx->work, which maps to vmbus_onmessage_work), is engaged in normal device operation which involves invoking the handler for channel protocol messages. WQ_MEM_RECLAIM has been set t