]> git.proxmox.com Git - qemu.git/commit
qcow2: Remove unused parameter in get_cluster_table()
authorKevin Wolf <kwolf@redhat.com>
Mon, 12 Mar 2012 16:46:51 +0000 (17:46 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 5 Apr 2012 12:54:39 +0000 (14:54 +0200)
commit3948d1d4876065160583e79533bf604481063833
treefc19c5a79b778f1f9604046833d019ee7c84e8cb
parentfa6b8733c93107d7fcd7018d1822e93ba9edaa94
qcow2: Remove unused parameter in get_cluster_table()

Since everything goes through the cache, callers don't use the L2 table
offset any more.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
block/qcow2-cluster.c