From 615d4825c08cabbba0598a29039f2d60ab0a2f52 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 26 Nov 2025 02:11:17 +0300 Subject: [PATCH] Remove FIXME --- src/blockstore/blockstore_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockstore/blockstore_heap.h b/src/blockstore/blockstore_heap.h index 83b94b33..67c59173 100644 --- a/src/blockstore/blockstore_heap.h +++ b/src/blockstore/blockstore_heap.h @@ -76,7 +76,7 @@ struct __attribute__((__packed__)) heap_small_write_t { heap_entry_t hdr; - uint64_t location; // FIXME: change to uint32_t and shift by block size + uint64_t location; uint32_t offset; uint32_t len;