]> git.proxmox.com Git - mirror_qemu.git/commit
block: remove bdrv_dirty_bitmap_make_anon
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 11 Jun 2018 18:53:31 +0000 (14:53 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 11 Jun 2018 18:53:31 +0000 (14:53 -0400)
commitab41fc4853cc0cf01ed4903ffe7c36e3768b538f
tree0bd8b19509ece2248ae7e93fa830a48012f4d09d
parent2afc4e3df80d947dd1bd42ce80278f591b35c74a
block: remove bdrv_dirty_bitmap_make_anon

All this function is doing will be repeated by
bdrv_do_release_matching_dirty_bitmap_locked, except
resetting bm->persistent.  But even that does not matter
because the bitmap will be freed.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20180323164254.26487-1-pbonzini@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
block/dirty-bitmap.c
blockdev.c
include/block/dirty-bitmap.h