mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 05:13:18 +00:00
File data extent tracking can get very complicated if we have to worry about page sized writes that are less than the block size. We can avoid all that complexity if we define the block size to be the smallest possible page size. Signed-off-by: Zach Brown <zab@versity.com>