-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable logged writes for crash safety
opqueue just confuses the issue since it makes the file-system no longer cleanly unmount. Logged writes don't actually have a proof, and don't actually interact with fdatasync the way we intended (specifically, they should be synced even from the in-memory log upon an fdatasync).
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 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