mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-19 14:32:32 +00:00
14b65c6360
The list alloc blocks have an array of blknos that are offset by a start field in the block header. The print code wasn't using that and was always referencing the beginning of the array, which could miss blocks. Signed-off-by: Zach Brown <zab@versity.com>