From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlZhT-0005mY-Gw for qemu-devel@nongnu.org; Tue, 04 Nov 2014 03:42:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlZhN-0004en-DI for qemu-devel@nongnu.org; Tue, 04 Nov 2014 03:42:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlZhN-0004ei-66 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 03:42:45 -0500 Message-ID: <5458917E.4000200@redhat.com> Date: Tue, 04 Nov 2014 09:42:38 +0100 From: Max Reitz MIME-Version: 1.0 References: <1414726377-13063-1-git-send-email-famz@redhat.com> <1414726377-13063-3-git-send-email-famz@redhat.com> In-Reply-To: <1414726377-13063-3-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 v2 2/4] block: Add bdrv_get_node_name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Benoit Canet , Stefan Hajnoczi , Markus Armbruster On 2014-10-31 at 04:32, Fam Zheng wrote: > This returns the node name of a BDS. Remove the TODO comment and expect > the callers to be explicit. > > Signed-off-by: Fam Zheng > Reviewed-by: Eric Blake > --- > block.c | 5 +++++ > include/block/block.h | 1 + > 2 files changed, 6 insertions(+) Reviewed-by: Max Reitz