mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-27 08:35:05 +00:00
Changing the file size can changes the file contents -- reads will change when they stop returning data. fallocate can change the file size and if it does it should increment the data_version, just like setattr does. Signed-off-by: Zach Brown <zab@versity.com>