]> Git Repo - qemu.git/commit - block/qcow2-refcount.c
qcow2: Remove BDS parameter from qcow2_cache_discard()
authorAlberto Garcia <[email protected]>
Mon, 5 Feb 2018 14:33:10 +0000 (16:33 +0200)
committerMax Reitz <[email protected]>
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-id: 9724f7e38e763ad3be32627c6b7fe8df9edb1476.1517840877[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2-cache.c
block/qcow2-refcount.c
block/qcow2.h
This page took 0.024999 seconds and 4 git commands to generate.