mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: zwu.kernel@gmail.com
Cc: linux-kernel@vger.kernel.org, stefanha@linux.vnet.ibm.com,
	Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Subject: Re: [PATCH] vhost_test: fix compile breakage
Date: Mon, 9 Apr 2012 11:44:28 +0300	[thread overview]
Message-ID: <20120409084427.GB28362@redhat.com> (raw)
In-Reply-To: <1333960256-7491-1-git-send-email-zwu.kernel@gmail.com>

On Mon, Apr 09, 2012 at 04:30:56PM +0800, zwu.kernel@gmail.com wrote:
> From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
> 
> The arguments of vhost_dev_cleanup has been changed. So test.c need to be changed accordingly.
> 
> Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Applied, thanks.

> ---
>  drivers/vhost/test.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/vhost/test.c b/drivers/vhost/test.c
> index fc9a1d7..3de00d9 100644
> --- a/drivers/vhost/test.c
> +++ b/drivers/vhost/test.c
> @@ -155,7 +155,7 @@ static int vhost_test_release(struct inode *inode, struct file *f)
>  
>  	vhost_test_stop(n, &private);
>  	vhost_test_flush(n);
> -	vhost_dev_cleanup(&n->dev);
> +	vhost_dev_cleanup(&n->dev, false);
>  	/* We do an extra flush before freeing memory,
>  	 * since jobs can re-queue themselves. */
>  	vhost_test_flush(n);
> -- 
> 1.7.6

      reply	other threads:[~2012-04-09  8:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-09  8:30 zwu.kernel
2012-04-09  8:44 ` Michael S. Tsirkin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120409084427.GB28362@redhat.com \
    --to=mst@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stefanha@linux.vnet.ibm.com \
    --cc=wuzhy@linux.vnet.ibm.com \
    --cc=zwu.kernel@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome