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

This function was only using the BlockDriverState parameter to pass it
to qcow2_cache_get_table_addr(). 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: eb0ed90affcf302e5a954bafb5931b5215483d3a.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.026209 seconds and 4 git commands to generate.