]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/qcow2-cache.c
qcow2: Remove BDS parameter from qcow2_cache_put()
[mirror_qemu.git] / block / qcow2-cache.c
index 07603e6b1578a1bbd1f5b795866827c78a707ab6..3b55f39afb0d431d27745527338f6a0beb1c00bd 100644 (file)
@@ -407,7 +407,7 @@ int qcow2_cache_get_empty(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset,
     return qcow2_cache_do_get(bs, c, offset, table, false);
 }
 
-void qcow2_cache_put(BlockDriverState *bs, Qcow2Cache *c, void **table)
+void qcow2_cache_put(Qcow2Cache *c, void **table)
 {
     int i = qcow2_cache_get_table_idx(c, *table);