Re: [PATCH 01/10] vhost: remove work arg from vhost_work_flush

2020-11-17 Thread Stefan Hajnoczi
On Thu, Nov 12, 2020 at 05:19:01PM -0600, Mike Christie wrote: > diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c > index f22fce5..8795fd3 100644 > --- a/drivers/vhost/scsi.c > +++ b/drivers/vhost/scsi.c > @@ -1468,8 +1468,8 @@ static void vhost_scsi_flush(struct vhost_scsi *vs) > /*

[PATCH 01/10] vhost: remove work arg from vhost_work_flush

2020-11-12 Thread Mike Christie
vhost_work_flush doesn't do anything with the work arg. This patch drops it and then renames vhost_work_flush to vhost_work_dev_flush to reflect that the function flushes all the works in the dev and not just a specific queue or work item. Signed-off-by: Mike Christie Acked-by: Jason Wang