From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgEYn-0007EU-Bi for qemu-devel@nongnu.org; Mon, 20 Oct 2014 11:07:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgEYi-0000Au-5h for qemu-devel@nongnu.org; Mon, 20 Oct 2014 11:07:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgEYh-0000Al-V6 for qemu-devel@nongnu.org; Mon, 20 Oct 2014 11:07:44 -0400 Date: Mon, 20 Oct 2014 17:07:38 +0200 From: Kevin Wolf Message-ID: <20141020150738.GQ3585@noname.redhat.com> References: <1413815733-22829-1-git-send-email-mreitz@redhat.com> <1413815733-22829-5-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1413815733-22829-5-git-send-email-mreitz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 04/11] qcow2: Pull check_refblocks() up List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , =?iso-8859-1?Q?Beno=EEt?= Canet Am 20.10.2014 um 16:35 hat Max Reitz geschrieben: > Pull check_refblocks() before calculate_refcounts() so we can drop its > static declaration. >=20 > Signed-off-by: Max Reitz > Reviewed-by: Beno=EEt Canet Reviewed-by: Kevin Wolf