mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-22 16:03:16 +00:00
ea41b198a4
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>