mirror of
https://github.com/RGBCube/Site
synced 2025-07-29 20:17:46 +00:00
dump(posix.fsync-pitfalls): update
This commit is contained in:
parent
985bf7e36f
commit
07e9881fe7
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue