mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-23 16:34:35 +00:00
We don't overwrite existing data. Every file data write has to allocate new blocks and update block mapping items. We can search for inodes whose data has changed by filtering block mapping item walks by the sequence number. We do this by using the exact same code for finding changed inodes but using the block mapping key type. Signed-off-by: Zach Brown <zab@versity.com>