From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elZeg-0006zM-3m for qemu-devel@nongnu.org; Tue, 13 Feb 2018 07:25:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elZef-0005tL-A7 for qemu-devel@nongnu.org; Tue, 13 Feb 2018 07:25:50 -0500 Date: Tue, 13 Feb 2018 13:25:33 +0100 From: Kevin Wolf Message-ID: <20180213122533.GD5083@localhost.localdomain> References: <78bcc54bc632574dd0b900a77a00a1b6ffc359e6.1517840877.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78bcc54bc632574dd0b900a77a00a1b6ffc359e6.1517840877.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v4 34/39] qcow2: Rename l2_table in count_contiguous_clusters_unallocated() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Eric Blake , Anton Nefedov , "Denis V . Lunev" Am 05.02.2018 um 15:33 hat Alberto Garcia geschrieben: > This function doesn't need any changes to support L2 slices, but since > it's now dealing with slices intead of full tables, the l2_table s/intead/instead/ > variable is renamed for clarity. > > Signed-off-by: Alberto Garcia > Reviewed-by: Eric Blake > Reviewed-by: Max Reitz Kevin