Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't open with
O_DIRECT
when in compat mode (#410)
Currently, `FileHandle` always opens the file twice - one with and one without the `O_DIRECT` flag. Now, when in compatibility mode, `FileHandle` only opens the file once (without the `O_DIRECT` flag) . Authors: - Mads R. B. Kristensen (https://github.com/madsbk) Approvers: - Bradley Dice (https://github.com/bdice) - Lawrence Mitchell (https://github.com/wence-) - Vukasin Milovanovic (https://github.com/vuule) URL: #410
- Loading branch information