]> git.proxmox.com Git - mirror_qemu.git/commit
bloc/qcow2: drop dirty_bitmaps_loaded state variable
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Mon, 29 Oct 2018 20:23:15 +0000 (16:23 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 29 Oct 2018 20:23:15 +0000 (16:23 -0400)
commit2ea427effff61efa5d0dc69f9cae126d13879617
treea89a4afedd4f766f029eaa4022076da282a321ad
parent132adb682098e9af40a2132ec4feec6850fce8cd
bloc/qcow2: drop dirty_bitmaps_loaded state variable

This variable doesn't work as it should, because it is actually cleared
in qcow2_co_invalidate_cache() by memset(). Drop it, as the following
patch will introduce new behavior.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
block/qcow2.c
block/qcow2.h