-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POSIX: Implement FlushFileBuffers #1057
Comments
Details from earlier notes on the topic: Reliable Writes in GVFS for WindowsGVFS for Windows uses the follow approach to ensure reliable writes:
Flushing File Buffers on MacThere are two options for flushing fysnc and F_FULLFSYNC. F_FULLFSYNC appears to provide the same functionality that we have today on Windows.
|
Copied from feature 1280283 in old Azure DevOps board.
The text was updated successfully, but these errors were encountered: