-
Notifications
You must be signed in to change notification settings - Fork 165
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
Restore barrier on exfat #6033
Restore barrier on exfat #6033
Conversation
evergreen/config.yml
Outdated
@@ -933,6 +933,7 @@ buildvariants: | |||
tasks: | |||
- name: compile_test | |||
- name: swift-build-and-test | |||
- name: test-on-exfat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary, in order to see if 45min are enough
src/realm/util/file.cpp
Outdated
@@ -1045,10 +1045,10 @@ void File::barrier() | |||
// If F_BARRIERSYNC is not suppported (this is known on exFAT) we don't fallback to sync(). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you change this comment back as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, sorry.. yes, you are right.
What, How & Why?
Restore barrier on exfat.
☑️ ToDos