commit | 6e82e4bce127654b2dd42ef393587775be792334 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Mon Jun 08 13:56:11 2015 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Jul 02 10:06:23 2015 +0100 |
tree | 89a712779cde82d3902226938fc626536bc7b02e | |
parent | 508249952c0ea7472c62e17bf8132295dab4912d [diff] |
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 <eblake@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>