-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Apply code review suggestions
Changes: - rename old write algorithm to inode based write algorithm and new write algorithm to chunk based write algorithm. - update help message of sfsuseinodebasedwritealgorithm option. It was made also to be explicitly 0|1. Update doc entry accordignly. - change safs_* functions occurrences for the safs::* equivalent ones. - rename gWaveTimeout to gWriteWaveTimeout. - change the throws in write_data_truncate for regular returns. Old code was using POSIX error codes sometimes and other times SaunaFS ancestors error codes: the POSIX errors were normally returned and the other ones were "thrown" up. Current codebase uses for this specific case only SaunaFS error codes. - Log the truncateend failures.
- Loading branch information
Showing
8 changed files
with
97 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.