From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSSci-0002If-2Q for qemu-devel@nongnu.org; Mon, 02 Mar 2015 10:51:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSScc-0006eC-VX for qemu-devel@nongnu.org; Mon, 02 Mar 2015 10:51:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSScc-0006dn-Nr for qemu-devel@nongnu.org; Mon, 02 Mar 2015 10:51:06 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t22Fp6Mk007383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 2 Mar 2015 10:51:06 -0500 Message-ID: <54F486E8.5010800@redhat.com> Date: Mon, 02 Mar 2015 10:51:04 -0500 From: Max Reitz MIME-Version: 1.0 References: <1425296209-1476-1-git-send-email-famz@redhat.com> <1425296209-1476-5-git-send-email-famz@redhat.com> In-Reply-To: <1425296209-1476-5-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] block: Drop bdrv_find List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , Stefan Hajnoczi On 2015-03-02 at 06:36, Fam Zheng wrote: > All callers are converted, so drop it. > > Signed-off-by: Fam Zheng > --- > block.c | 9 --------- > include/block/block.h | 1 - > 2 files changed, 10 deletions(-) Reviewed-by: Max Reitz