mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 20:16:25 +00:00
The ring appending next entry header cursor assignment was pointing past the caller's src header, not at the next header to write to in the block. The writing block index and blkno calculations were just bad. Pretend they never happened. And finally we need to point the dirty super at the ring index for the commit and we need to reset the append state for the next commit. Signed-off-by: Zach Brown <zab@versity.com>