mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
to msync/mmap not changing the mtime of the file. This patch ensures that for successfully completed transactions we update the mtime. I don't do this on all tdb writes as its too expensive, but doing it just on transactions is bearable, as those cost quite a lot anyway.