From 07e9881fe77e6dcf593e272e096ea6ddb0d93399 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 11 Jul 2025 23:10:47 +0300 Subject: [PATCH] dump(posix.fsync-pitfalls): update --- site/dump/posix/fsync-pitfalls.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/dump/posix/fsync-pitfalls.md b/site/dump/posix/fsync-pitfalls.md index 8498ddb..8ba5e98 100644 --- a/site/dump/posix/fsync-pitfalls.md +++ b/site/dump/posix/fsync-pitfalls.md @@ -8,7 +8,11 @@ date: 2025-07-11 This is a non-comprehensive list of the pitfalls of the `fsync` syscall.
-Linux `man 2 fsync` + + +Linux `man 2 fsync` + + > `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