aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSudheer Mogilappagari <[email protected]>2017-12-18 05:16:23 -0500
committerJeff Kirsher <[email protected]>2018-01-23 11:29:19 -0800
commita558566befaae03f64fd0e4271e6e4d17514644c (patch)
tree7d4b7010033cd335e83b278efc03102419cec072 /tools/perf/scripts/python
parentb356dac8ab9e5e5954e550f2e2501b28511e90b8 (diff)
i40evf: remove flush_scheduled_work call in i40evf_remove
flush_schedule_work blocks until completion of all scheduled work items in global work-queue. This can cause deadlock in some cases. i40evf_remove() cleans up necessary work items with cancel_delayed_work_sync and cancel_work_sync. This fix removes flush_schedule_work call inside i40evf_remove(). Signed-off-by: Sudheer Mogilappagari <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions