From d3b171e047f5589d9d0b568966de95628af26349 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 19 Oct 2025 16:30:04 +0300 Subject: [PATCH] FIXME --- src/blockstore/blockstore_heap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blockstore/blockstore_heap.h b/src/blockstore/blockstore_heap.h index 4575a920..91f305fc 100644 --- a/src/blockstore/blockstore_heap.h +++ b/src/blockstore/blockstore_heap.h @@ -44,8 +44,8 @@ struct __attribute__((__packed__)) heap_entry_t uint64_t inode; uint64_t stripe; uint64_t version; - uint32_t block_num; - heap_entry_t *prev; + uint32_t block_num; // FIXME this shit + heap_entry_t *prev; // FIXME and this shit too should be moved into a separate structure // uint8_t[] external_bitmap // uint8_t[] internal_bitmap