mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-16 20:26:35 +00:00
The code that works with the super block had drifted a bit. We still had two from an old design and we weren't doing anything with its crc. Move to only using one super block at a fixed blkno and store and verify its crc field by sharing code with the btree block checksumming. Signed-off-by: Zach Brown <zab@versity.com>