Support heap format in simple-offsets

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 2d7da127ad
commit 6a30e6653a
6 changed files with 49 additions and 10 deletions
+1
View File
@@ -69,6 +69,7 @@ resume_1:
}
if (is_zero((uint64_t*)bs->meta_superblock, bs->dsk.meta_block_size))
{
bs->dsk.check_lengths();
{
blockstore_meta_header_v3_t *hdr = (blockstore_meta_header_v3_t *)bs->meta_superblock;
hdr->zero = 0;