]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2-cache.c
qcow2: Remove BDS parameter from qcow2_cache_discard()
authorAlberto Garcia <berto@igalia.com>
Mon, 5 Feb 2018 14:33:10 +0000 (16:33 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 13 Feb 2018 15:59:59 +0000 (16:59 +0100)
commit77aadd7bedbd4455fb824d6426d11043fe921d85
tree4f774c7c8fdd3d61b73240a9cf7c1fad9f3736b9
parentb2f68bffab1a0ec5fb5c913b22d8a75b24d7945d
qcow2: Remove BDS parameter from qcow2_cache_discard()

This function was only using the BlockDriverState parameter to pass it
to qcow2_cache_get_table_idx() and qcow2_cache_table_release(). 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: 9724f7e38e763ad3be32627c6b7fe8df9edb1476.1517840877.git.berto@igalia.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2-cache.c
block/qcow2-refcount.c
block/qcow2.h