Skip to content

Remove unnecessary fsync

Sami Hiltunen requested to merge smh-unnecessary-fsync into master

We're fsyncing the log entry directory twice; once in the SyncRecursive call and once in the SyncParent call. Remove the SyncParent call to remove a redundant fsync. It's a leftover from a time before we had the SyncRecursive call.

Merge request reports

Loading