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
04f6b195f9
commit
51db068f5f
1 changed files with 0 additions and 4 deletions
|
@ -41,8 +41,6 @@ This is a non-comprehensive list of the pitfalls of the `fsync` syscall.
|
|||
I will expand this list as I have more questions about all the questionable
|
||||
filesystems used and created by operating system enthusiasts.
|
||||
|
||||
---
|
||||
|
||||
## `fsync` does not ensure that a `fsync`'d file is visible in its parent directory
|
||||
|
||||
From the manpage:
|
||||
|
@ -56,8 +54,6 @@ This means that that you cannot rely on a file being in the directory after
|
|||
|
||||
Speaking about `fsync`ing a directory:
|
||||
|
||||
---
|
||||
|
||||
## `fsync` on a directory does not ensure children are `fsync`'d
|
||||
|
||||
From the manpage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue