-
- Downloads
writeState(): call fflush() before fsync()
Flush the libc buffers before calling fsync(). Otherwise the file content may not yet have been written to the kernel, and fsync() will not help in ensuring that the file data is written to disk. Closes #148
Please register or sign in to comment