mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
fix fsync docs
This commit is contained in:
parent
38748f06b5
commit
200fa5f276
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user