mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-22 22:40:31 +00:00
block_dirty_ref() skipped setting *ref_blkno when the block was already dirty, leaving the caller with a stale value. Set it to 0 on the already-dirty fast path so callers do not try to free a block that was not allocated. Signed-off-by: Auke Kok <auke.kok@versity.com>