Re: [Qemu-devel] [PATCH v3 32/39] qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()

2018-02-01 Thread Max Reitz
On 2018-01-26 15:59, Alberto Garcia wrote: > This function doesn't need any changes to support L2 slices, but since > it's now dealing with slices instead of full tables, the l2_table > variable is renamed for clarity. > > Signed-off-by: Alberto Garcia > Reviewed-by: Eric Blake

[Qemu-devel] [PATCH v3 32/39] qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()

2018-01-26 Thread Alberto Garcia
This function doesn't need any changes to support L2 slices, but since it's now dealing with slices instead of full tables, the l2_table variable is renamed for clarity. Signed-off-by: Alberto Garcia Reviewed-by: Eric Blake --- block/qcow2-cluster.c | 16