]> git.proxmox.com Git - mirror_qemu.git/commit
qcow2: Remove BDS parameter from qcow2_cache_put()
authorAlberto Garcia <berto@igalia.com>
Mon, 5 Feb 2018 14:33:07 +0000 (16:33 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 13 Feb 2018 15:59:59 +0000 (16:59 +0100)
commit2013c3d44d75020292905828e02dd44520a26b7b
tree966e654ae083348bbd7b4a9d2b4313b8b2acef97
parent2d135ee92d656f824504b603054435297552bd8b
qcow2: Remove BDS parameter from qcow2_cache_put()

This function was only using the BlockDriverState parameter to pass it
to qcow2_cache_get_table_idx(). This is no longer necessary so this
parameter can be removed.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 6f98155489054a457563da77cdad1a66ebb3e896.1517840876.git.berto@igalia.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2-cache.c
block/qcow2-cluster.c
block/qcow2-refcount.c
block/qcow2.h