On Mon Feb 6 15:54:46 2023 +0000, Jinoh Kang wrote:
Since the comment calls it the first block, maybe it's a good idea to make it clear in the name as well.
struct block first_block;
I think `blocks` would be more appropriate if it was declared as a flexible array member (or at least as a 1-sized array) and the block itself was fixed-size.
Sure.