mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-01 04:46:29 +00:00
We can certainly have btree update callers that haven't yet dirtied the blocks but who can deal with errors. So make it return errors and have its only current caller freak out if it fails. This will let the file data block mapping code attempt to get a dirty item without first dirtying. Signed-off-by: Zach Brown <zab@versity.com>