]> Git Repo - qemu.git/commit - block/qcow2-refcount.c
qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()
authorAlberto Garcia <[email protected]>
Mon, 5 Feb 2018 14:33:06 +0000 (16:33 +0200)
committerMax Reitz <[email protected]>
Tue, 13 Feb 2018 15:59:59 +0000 (16:59 +0100)
commit2d135ee92d656f824504b603054435297552bd8b
tree473d259e88c28336e1dd7efa54d0ba23e6d6aa44
parentebe988f318e1dc89d83572da4ba545619514ad1e
qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()

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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-id: 5c40516a91782b083c1428b7b6a41bb9e2679bfb.1517840876[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2-cache.c
block/qcow2-cluster.c
block/qcow2-refcount.c
block/qcow2.h
This page took 0.02669 seconds and 4 git commands to generate.