mirror of
https://github.com/fuse-friends/fuse-native
synced 2026-03-02 03:40:15 +00:00
fix fsync docs
This commit is contained in:
@@ -181,11 +181,11 @@ Same as above but is called when someone stats a file descriptor
|
||||
|
||||
Called when a file descriptor is being flushed
|
||||
|
||||
#### `ops.fsync(path, fd, cb)`
|
||||
#### `ops.fsync(path, fd, datasync, cb)`
|
||||
|
||||
Called when a file descriptor is being fsync'ed.
|
||||
|
||||
#### `ops.fsyncdir(path, fd, cb)`
|
||||
#### `ops.fsyncdir(path, fd, datasync, cb)`
|
||||
|
||||
Same as above but on a directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user