mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-23 08:23:15 +00:00
0a62ffbc2f
The stage command was trivially implemented by allocating, reading, and staging the entire region in buffer. This is unreasonable for large file regions. Implement the stage command by having it read each portion of the region into a smaller buffer, starting with a meg. Signed-off-by: Zach Brown <zab@versity.com>