mirror of
https://github.com/samba-team/samba.git
synced 2025-05-22 22:50:19 +03:00
During a transaction commit tdb normally uses fsync/msync calls to make it crash safe. This can be disabled using the TDB_NOSYNC flag, but it wasn't disabling all the code paths that caused a fsync/msync.