From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqkbH-00060Q-GV for qemu-devel@nongnu.org; Mon, 26 Oct 2015 12:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqkbG-0000Xv-Q6 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 12:26:23 -0400 Date: Mon, 26 Oct 2015 17:26:10 +0100 From: Kevin Wolf Message-ID: <20151026162610.GH4044@noname.redhat.com> References: <1445870809-29468-1-git-send-email-berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445870809-29468-1-git-send-email-berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH] block: Don't call blk_bs() twice in bdrv_lookup_bs() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz Am 26.10.2015 um 15:46 hat Alberto Garcia geschrieben: > Signed-off-by: Alberto Garcia Thanks, applied to the block branch. Kevin