diff options
author | Eva Rachel Retuya <eraretuya@gmail.com> | 2016-03-19 08:15:47 +0300 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2016-03-30 16:21:27 +0300 |
commit | b429a773c193ee7cb752144e590181a1b8cc8fb5 (patch) | |
tree | 477a0c449a31102a1dc1c712374d5b66d3826b08 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 97f95c93c8ed5177371e75275f236513152fa308 (diff) | |
download | linux-b429a773c193ee7cb752144e590181a1b8cc8fb5.tar.xz |
iwlwifi: dvm: use alloc_ordered_workqueue()
Use alloc_ordered_workqueue() to allocate the workqueue instead of
create_singlethread_workqueue() since the latter is deprecated and is scheduled
for removal.
There are work items doing related operations that shouldn't be swapped when
queued in a certain order hence preserve the strict execution ordering of a
single threaded (ST) workqueue by switching to alloc_ordered_workqueue().
WQ_MEM_RECLAIM flag is not needed since the worker is not depended
during memory reclaim.
Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions