From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn5BH-0001vZ-Pm for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn5BG-0005uP-G1 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:36:23 -0400 Date: Fri, 16 Oct 2015 15:36:11 +0200 From: Kevin Wolf Message-ID: <20151016133611.GC4185@noname.redhat.com> References: <1444992364-28715-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444992364-28715-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] blkdebug: Don't confuse image as backing file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org Am 16.10.2015 um 12:46 hat Fam Zheng geschrieben: > The word "backing file" nowadays refers to the backing_hd in the > external snapshot sense (i.e. bs->backing_hd), instead of the file sense > (bs->file). Correct the comment to use the right term. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin