diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-08-31 00:33:25 +0530 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-09-02 06:13:57 -0400 |
commit | b2990536f44752e54dc300a2f98253519adfe649 (patch) | |
tree | 10456b943c800cb535935e00b99227a82a072a4c /usr | |
parent | 77d4f08024d86974d3eddc6d0a7143f74974783f (diff) | |
download | linux-b2990536f44752e54dc300a2f98253519adfe649.tar.bz2 |
scsi: mpt: Remove deprecated create_singlethread_workqueue
The workqueues "ioc->reset_work_q" and "ioc->fw_event_q" queue a single
work item &ioc->fault_reset_work and &fw_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
memory pressure since the workqueue belongs to a storage driver which is
being used on a memory reclaim path.
Since there are fixed number of work items, explicit concurrency limit
is unnecessary here.
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions