From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egy88-0007AR-3I for qemu-devel@nongnu.org; Wed, 31 Jan 2018 14:33:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egy87-0001Cz-DA for qemu-devel@nongnu.org; Wed, 31 Jan 2018 14:33:12 -0500 References: From: Max Reitz Message-ID: Date: Wed, 31 Jan 2018 20:33:01 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="iaPPqe1tYUWftOsrUPKDVjtT93aGHcOgy" Subject: Re: [Qemu-devel] [PATCH v3 07/39] qcow2: Remove BDS parameter from qcow2_cache_put() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia , qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, Kevin Wolf , Eric Blake , Anton Nefedov , "Denis V . Lunev" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --iaPPqe1tYUWftOsrUPKDVjtT93aGHcOgy From: Max Reitz To: Alberto Garcia , qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, Kevin Wolf , Eric Blake , Anton Nefedov , "Denis V . Lunev" Message-ID: Subject: Re: [PATCH v3 07/39] qcow2: Remove BDS parameter from qcow2_cache_put() References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2018-01-26 15:59, Alberto Garcia wrote: > This function was only using the BlockDriverState parameter to pass it > to qcow2_cache_get_table_idx(). This is no longer necessary so this > parameter can be removed. >=20 > Signed-off-by: Alberto Garcia > Reviewed-by: Eric Blake > --- > block/qcow2-cache.c | 2 +- > block/qcow2-cluster.c | 28 ++++++++++++++-------------- > block/qcow2-refcount.c | 30 +++++++++++++++--------------- > block/qcow2.h | 2 +- > 4 files changed, 31 insertions(+), 31 deletions(-) Reviewed-by: Max Reitz --iaPPqe1tYUWftOsrUPKDVjtT93aGHcOgy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQFGBAEBCAAwFiEEkb62CjDbPohX0Rgp9AfbAGHVz0AFAlpyGe0SHG1yZWl0ekBy ZWRoYXQuY29tAAoJEPQH2wBh1c9ADBgH/1hteqyXPDTBNfuXXpH8UlUeWIqVxq5s smlIDE7bzeHGa5U/wqvaPtx5nhFsd2cbMn1Vk7sH/KxIh484UAfzCjXjhQJuYEhM k/KthwhXug7r3JVNBTzFp870Sqf89BuQXkFb16L+RXAlibOw0T4FBy7Yk+NEzRwj GsrTf1SWyRhtWNHXzy2c5cVM/PPUnPloYyQPGRxWOgn3Itznn569zWWTJ7bkl6Ve LHnCx8lfjgjxmBDR4XfxDZxrO/HVF0ega/T5qtjdwiHI0+do+ohQwifiefYNDciC oIgtyVV+VEM95TqLnlyLAXck8qumUeWAUBE0Ajyr9bwdHzeXhsMpT+U= =FoK5 -----END PGP SIGNATURE----- --iaPPqe1tYUWftOsrUPKDVjtT93aGHcOgy--