| commit | b804b35b1c8a0edfd127ac20819c234be55ac7fc | [log] [tgz] |
|---|---|---|
| author | Juan Quintela <quintela@redhat.com> | Thu Mar 02 12:49:16 2023 +0100 |
| committer | Juan Quintela <quintela@redhat.com> | Thu Apr 27 16:37:28 2023 +0200 |
| tree | 2d2212b434781ee3424c0a5d3964d39443077cac | |
| parent | 1f2f366c328e851f302c3a97ce4ac18f86a64279 [diff] |
migration: Create migrate_block_bitmap_mapping() function Notice that we changed the test of ->has_block_bitmap_mapping for the test that block_bitmap_mapping is not NULL. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> --- Make it return const (vladimir)