Re: [Qemu-devel] [PATCH v2 2/7] dirty-bitmaps: fix comment about dirty_bitmap_mutex

2018-04-19 Thread John Snow
On 04/16/2018 07:44 AM, Vladimir Sementsov-Ogievskiy wrote: > Clarify first two cases and fix Modify -> Any access in third case. > Also, drop 'only' from third case, as it a bit confuses, when thinking > about case where we modify BdrvDirtyBitmap and access HBitmap. > > Signed-off-by: Vladimir

[Qemu-devel] [PATCH v2 2/7] dirty-bitmaps: fix comment about dirty_bitmap_mutex

2018-04-16 Thread Vladimir Sementsov-Ogievskiy
Clarify first two cases and fix Modify -> Any access in third case. Also, drop 'only' from third case, as it a bit confuses, when thinking about case where we modify BdrvDirtyBitmap and access HBitmap. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/block/block_int.h | 12 1