]> git.proxmox.com Git - mirror_qemu.git/commit
qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()
authorAlberto Garcia <berto@igalia.com>
Mon, 5 Feb 2018 14:33:32 +0000 (16:33 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 13 Feb 2018 16:00:00 +0000 (17:00 +0100)
commite4e7254829d12a831acf2935ea8388e27c06bc42
tree75bed45d7fbea5c5d5b59f95b91225825be0e6ed
parent13bec229d848d22fceb3f0f1bbf01e1f7bcac7a1
qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()

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 <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 0c5d4b9bf163aa3b49ec19cc512a50d83563f2ad.1517840877.git.berto@igalia.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2-cluster.c