mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 12:37:50 +00:00
dump(posix.fsync-pitfalls): update
This commit is contained in:
parent
51db068f5f
commit
985bf7e36f
1 changed files with 0 additions and 2 deletions
|
@ -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 is just pointers to inodes. So `fsync`ing a directory will just write
|
||||||
the list of pointers to disk.
|
the list of pointers to disk.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## More reading on `fsync`
|
## More reading on `fsync`
|
||||||
|
|
||||||
- [(danluu) Fsyncgate: Errors on `fsync` are unrecoverable](https://danluu.com/fsyncgate/)
|
- [(danluu) Fsyncgate: Errors on `fsync` are unrecoverable](https://danluu.com/fsyncgate/)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue