On Thu, Nov 12, 2020 at 05:19:02PM -0600, Mike Christie wrote: > The vhost work flush function was flushing the entire work queue, so > there is no need for the double vhost_work_dev_flush calls in > vhost_scsi_flush. > > And we do not need to call vhost_poll_flush for each poller because > that call also ends up flushing the same work queue thread the > vhost_work_dev_flush call flushed. > > Signed-off-by: Mike Christie > --- > drivers/vhost/scsi.c | 8 -------- > 1 file changed, 8 deletions(-) Ah, this was done as a separate step: Reviewed-by: Stefan Hajnoczi