mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 12:40:53 +07:00
scsi: csiostor: remove flush_scheduled_work()
flush_scheduled_work() is not required as csio_hw_exit_workers() calls cancel_work_sync() for hw->evtq_work. Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
636db60b8e
commit
14e9a890ec
@ -255,7 +255,6 @@ static void
|
||||
csio_hw_exit_workers(struct csio_hw *hw)
|
||||
{
|
||||
cancel_work_sync(&hw->evtq_work);
|
||||
flush_scheduled_work();
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user