Re: [PATCH 2/2] fusion: mptbase: Remove deprecated create_singlethread_workqueue

2016-08-31 Thread Tejun Heo
On Wed, Aug 31, 2016 at 12:33:25AM +0530, Bhaktipriya Shridhar wrote: > The workqueues "ioc->reset_work_q" and "ioc->fw_event_q" queue a single > work item >fault_reset_work and _event->work, respectively and > hence don't require ordering. Hence, they have been converted to use >

[PATCH 2/2] fusion: mptbase: Remove deprecated create_singlethread_workqueue

2016-08-30 Thread Bhaktipriya Shridhar
The workqueues "ioc->reset_work_q" and "ioc->fw_event_q" queue a single work item >fault_reset_work and _event->work, respectively and hence don't require ordering. Hence, they have been converted to use alloc_workqueue(). The WQ_MEM_RECLAIM flag has been set to ensure forward progress under