On Wed Feb 1 20:33:59 2023 +0000, Zebediah Figura wrote:
Wait, why can't we just define it as an SLIST_ENTRY then?
Because group address will be offset by 8, because of how blocks are layed-out in memory. I could alternatively make the `struct group` not include the block header, but it makes it annoying to access it and compute offsets to inner blocks.