From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyhKj-00065G-9u for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:29:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyhKb-0005kZ-OL for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:29:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyhKb-0005jw-HP for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:29:29 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBADTRH9012084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 08:29:28 -0500 Message-ID: <548840B3.6080003@redhat.com> Date: Wed, 10 Dec 2014 13:46:43 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418212937-22222-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1418212937-22222-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: drop unused bdrv_clear_incoming_migration_all() prototype List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf On 2014-12-10 at 13:02, Stefan Hajnoczi wrote: > The bdrv_clear_incoming_migration_all() function has not existed since > commit 7ea2d269cb84ca7a2f4b7c3735634176f7c1dc35 ("block/migration: > Disable cache invalidate for incoming migration"). > > Signed-off-by: Stefan Hajnoczi > --- > include/block/block.h | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Max Reitz