]> Git Repo - qemu.git/commit
block: Remove bdrv_reset_dirty
authorFam Zheng <[email protected]>
Mon, 8 Jun 2015 05:56:11 +0000 (13:56 +0800)
committerStefan Hajnoczi <[email protected]>
Thu, 2 Jul 2015 09:06:23 +0000 (10:06 +0100)
commit6e82e4bce127654b2dd42ef393587775be792334
tree89a712779cde82d3902226938fc626536bc7b02e
parent508249952c0ea7472c62e17bf8132295dab4912d
block: Remove bdrv_reset_dirty

Using this function would always be wrong because a dirty bitmap must
have a specific owner that consumes the dirty bits and calls
bdrv_reset_dirty_bitmap().

Remove the unused function to avoid future misuse.

Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Fam Zheng <[email protected]>
Reviewed-by: John Snow <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block.c
include/block/block_int.h
This page took 0.023838 seconds and 4 git commands to generate.