1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

dump(posix.fsync-pitfalls): update

This commit is contained in:
RGBCube 2025-07-11 23:10:47 +03:00
parent 985bf7e36f
commit 07e9881fe7
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -8,7 +8,11 @@ date: 2025-07-11
This is a non-comprehensive list of the pitfalls of the `fsync` syscall.
<details>
<summary>Linux `man 2 fsync`</summary>
<summary>
Linux `man 2 fsync`
</summary>
> `fsync()` transfers ("flushes") all modified in-core data of (i.e., modified
> buffer cache pages for) the file referred to by the file descriptor fd to the