]> Git Repo - qemu.git/blobdiff - block/qcow2.h
qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()
[qemu.git] / block / qcow2.h
index 016e87c81a7846786da18590bc9908dbd71b5d48..73e0e0133db3febc4003e126c3bd26c237d686c4 100644 (file)
@@ -639,8 +639,7 @@ int qcow2_read_snapshots(BlockDriverState *bs);
 Qcow2Cache *qcow2_cache_create(BlockDriverState *bs, int num_tables);
 int qcow2_cache_destroy(BlockDriverState* bs, Qcow2Cache *c);
 
-void qcow2_cache_entry_mark_dirty(BlockDriverState *bs, Qcow2Cache *c,
-     void *table);
+void qcow2_cache_entry_mark_dirty(Qcow2Cache *c, void *table);
 int qcow2_cache_flush(BlockDriverState *bs, Qcow2Cache *c);
 int qcow2_cache_write(BlockDriverState *bs, Qcow2Cache *c);
 int qcow2_cache_set_dependency(BlockDriverState *bs, Qcow2Cache *c,
This page took 0.023397 seconds and 4 git commands to generate.