All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fam Zheng <famz@redhat.com>
To: "Hervé Poussineau" <hpoussin@reactos.org>
Cc: qemu-trivial@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] scsi: remove scsi_req_free prototype
Date: Mon, 16 Nov 2015 14:39:07 +0800	[thread overview]
Message-ID: <20151116063907.GE20672@ad.usersys.redhat.com> (raw)
In-Reply-To: <1447363593-20637-1-git-send-email-hpoussin@reactos.org>

On Thu, 11/12 22:26, Hervé Poussineau wrote:
> Function has been deleted in ad2d30f79d3b0812f02c741be2189796b788d6d7.
> 
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
>  include/hw/scsi/scsi.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/hw/scsi/scsi.h b/include/hw/scsi/scsi.h
> index cdaf0f8..1915a73 100644
> --- a/include/hw/scsi/scsi.h
> +++ b/include/hw/scsi/scsi.h
> @@ -250,7 +250,6 @@ SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,
>  SCSIRequest *scsi_req_new(SCSIDevice *d, uint32_t tag, uint32_t lun,
>                            uint8_t *buf, void *hba_private);
>  int32_t scsi_req_enqueue(SCSIRequest *req);
> -void scsi_req_free(SCSIRequest *req);
>  SCSIRequest *scsi_req_ref(SCSIRequest *req);
>  void scsi_req_unref(SCSIRequest *req);
>  
> -- 
> 2.1.4
> 
> 

Reviewed-by: Fam Zheng <famz@redhat.com>


WARNING: multiple messages have this Message-ID (diff)
From: Fam Zheng <famz@redhat.com>
To: "Hervé Poussineau" <hpoussin@reactos.org>
Cc: qemu-trivial@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] scsi: remove scsi_req_free prototype
Date: Mon, 16 Nov 2015 14:39:07 +0800	[thread overview]
Message-ID: <20151116063907.GE20672@ad.usersys.redhat.com> (raw)
In-Reply-To: <1447363593-20637-1-git-send-email-hpoussin@reactos.org>

On Thu, 11/12 22:26, Hervé Poussineau wrote:
> Function has been deleted in ad2d30f79d3b0812f02c741be2189796b788d6d7.
> 
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
>  include/hw/scsi/scsi.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/hw/scsi/scsi.h b/include/hw/scsi/scsi.h
> index cdaf0f8..1915a73 100644
> --- a/include/hw/scsi/scsi.h
> +++ b/include/hw/scsi/scsi.h
> @@ -250,7 +250,6 @@ SCSIRequest *scsi_req_alloc(const SCSIReqOps *reqops, SCSIDevice *d,
>  SCSIRequest *scsi_req_new(SCSIDevice *d, uint32_t tag, uint32_t lun,
>                            uint8_t *buf, void *hba_private);
>  int32_t scsi_req_enqueue(SCSIRequest *req);
> -void scsi_req_free(SCSIRequest *req);
>  SCSIRequest *scsi_req_ref(SCSIRequest *req);
>  void scsi_req_unref(SCSIRequest *req);
>  
> -- 
> 2.1.4
> 
> 

Reviewed-by: Fam Zheng <famz@redhat.com>

  reply	other threads:[~2015-11-16 20:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12 21:26 [Qemu-trivial] [PATCH] scsi: remove scsi_req_free prototype Hervé Poussineau
2015-11-12 21:26 ` [Qemu-devel] " Hervé Poussineau
2015-11-16  6:39 ` Fam Zheng [this message]
2015-11-16  6:39   ` Fam Zheng
2015-11-29 10:49 ` [Qemu-trivial] " Michael Tokarev
2015-11-29 10:49   ` [Qemu-devel] " Michael Tokarev

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=20151116063907.GE20672@ad.usersys.redhat.com \
    --to=famz@redhat.com \
    --cc=hpoussin@reactos.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.