qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Hajnoczi
Subject: Re: [PATCH 01/10] vhost: remove work arg from vhost_work_flush
Date: Tue, 17 Nov 2020 13:04:17 +0000

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)
>       /* Flush both the vhost poll and vhost work */
>       for (i = 0; i < VHOST_SCSI_MAX_VQ; i++)
>               vhost_scsi_flush_vq(vs, i);
> -     vhost_work_flush(&vs->dev, &vs->vs_completion_work);
> -     vhost_work_flush(&vs->dev, &vs->vs_event_work);
> +     vhost_work_dev_flush(&vs->dev);
> +     vhost_work_dev_flush(&vs->dev);

These two calls can be combined into a single call now.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]