diff options
author | Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> | 2017-12-18 13:16:23 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2018-01-23 22:29:19 +0300 |
commit | a558566befaae03f64fd0e4271e6e4d17514644c (patch) | |
tree | 7d4b7010033cd335e83b278efc03102419cec072 /drivers/net/ethernet/intel/i40evf/i40evf.h | |
parent | b356dac8ab9e5e5954e550f2e2501b28511e90b8 (diff) | |
download | linux-a558566befaae03f64fd0e4271e6e4d17514644c.tar.xz |
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 <sudheer.mogilappagari@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/i40evf/i40evf.h')
0 files changed, 0 insertions, 0 deletions