From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyDRd-0002X2-76 for qemu-devel@nongnu.org; Mon, 16 Nov 2015 01:39:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyDRY-00058j-9F for qemu-devel@nongnu.org; Mon, 16 Nov 2015 01:39:17 -0500 Date: Mon, 16 Nov 2015 14:39:07 +0800 From: Fam Zheng Message-ID: <20151116063907.GE20672@ad.usersys.redhat.com> References: <1447363593-20637-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1447363593-20637-1-git-send-email-hpoussin@reactos.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] scsi: remove scsi_req_free prototype List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Herv=E9?= Poussineau Cc: qemu-trivial@nongnu.org, Paolo Bonzini , qemu-devel@nongnu.org On Thu, 11/12 22:26, Herv=E9 Poussineau wrote: > Function has been deleted in ad2d30f79d3b0812f02c741be2189796b788d6d7. >=20 > Signed-off-by: Herv=E9 Poussineau > --- > include/hw/scsi/scsi.h | 1 - > 1 file changed, 1 deletion(-) >=20 > 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 *reqop= s, 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); > =20 > --=20 > 2.1.4 >=20 >=20 Reviewed-by: Fam Zheng