]> Git Repo - qemu.git/commit - block/qcow2-cluster.c
qcow2: Rename l2_table in count_contiguous_clusters_unallocated()
authorAlberto Garcia <[email protected]>
Mon, 5 Feb 2018 14:33:34 +0000 (16:33 +0200)
committerMax Reitz <[email protected]>
Tue, 13 Feb 2018 16:00:00 +0000 (17:00 +0100)
commitc26f10ba898d07d5ac36f56a7629691cc0003076
treeb1eb5b4f996971b574dadaba5d9f5fb27318eacc
parent13f893c47d8fe0dbd70c40570b3208fbc01579c4
qcow2: Rename l2_table in count_contiguous_clusters_unallocated()

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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-id: 78bcc54bc632574dd0b900a77a00a1b6ffc359e6.1517840877[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2-cluster.c
This page took 0.021704 seconds and 4 git commands to generate.