From 985bf7e36f0c3f31621e4044489c2da2c41322c5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 11 Jul 2025 23:08:37 +0300 Subject: [PATCH] dump(posix.fsync-pitfalls): update --- site/dump/posix/fsync-pitfalls.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/dump/posix/fsync-pitfalls.md b/site/dump/posix/fsync-pitfalls.md index 0ecf2aa..8498ddb 100644 --- a/site/dump/posix/fsync-pitfalls.md +++ b/site/dump/posix/fsync-pitfalls.md @@ -67,8 +67,6 @@ wrong. You can imagine a directory as a file containing a list of children, and the list is just pointers to inodes. So `fsync`ing a directory will just write the list of pointers to disk. ---- - ## More reading on `fsync` - [(danluu) Fsyncgate: Errors on `fsync` are unrecoverable](https://danluu.com/fsyncgate/)