qcow2: Rename l2_table in count_cow_clusters()
commitdd32c881080ca089c0f1914e0886771e59893cb2
authorAlberto Garcia <berto@igalia.com>
Mon, 5 Feb 2018 14:33:35 +0000 (5 16:33 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 13 Feb 2018 16:00:00 +0000 (13 17:00 +0100)
treec4989fbeff008f3783e358dc3978ffa7764f6e93
parentc26f10ba898d07d5ac36f56a7629691cc0003076
qcow2: Rename l2_table in count_cow_clusters()

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
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: 6107001fc79e6739242f1de7d191375e4f130aac.1517840877.git.berto@igalia.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2-cluster.c