Re: [PATCH] scsi: device_handler: Remove create_workqueue

2016-06-02 Thread Tejun Heo
Ditto with other patches. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] scsi: device_handler: Remove create_workqueue

2016-06-02 Thread Bhaktipriya Shridhar
alloc_workqueue() replaces deprecated create_workqueue(). A dedicated workqueue has been used since the workqueue kaluad_sync_wq was created with the purpose of STPGs to be submitted synchronously. The workitem (viz &pg->rtpg_work which maps to alua_rtpg_work) is involved in normal device operati