]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/qcow2-cache.c
qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()
[mirror_qemu.git] / block / qcow2-cache.c
index 5ff2cbf5c50a570ddca3c3583974c3e8927c8f94..07603e6b1578a1bbd1f5b795866827c78a707ab6 100644 (file)
@@ -421,8 +421,7 @@ void qcow2_cache_put(BlockDriverState *bs, Qcow2Cache *c, void **table)
     assert(c->entries[i].ref >= 0);
 }
 
-void qcow2_cache_entry_mark_dirty(BlockDriverState *bs, Qcow2Cache *c,
-     void *table)
+void qcow2_cache_entry_mark_dirty(Qcow2Cache *c, void *table)
 {
     int i = qcow2_cache_get_table_idx(c, table);
     assert(c->entries[i].offset != 0);