aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJunichi Uekawa <dancerj@gmail.com>2020-08-09 20:35:28 +0900
committerGitHub <noreply@github.com>2020-08-09 12:35:28 +0100
commite8a9e84672dcaa892d4708c163f768dc177b6d4c (patch)
treecd6c209ff029f55aee72a15548f8064040bcaeed /include
parentd1deae6968c49d83334e874c33abfe15824c4548 (diff)
downloadlibfuse-e8a9e84672dcaa892d4708c163f768dc177b6d4c.tar.gz
Doc fixes (#537)
* Add fallocate to list of operations that may omit path. * earlier versions is 10+ years old. Document is not obvious how old it is. Add it. * Update manpage link
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse.h b/include/fuse.h
index a92d5ee..7ffae41 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -255,8 +255,8 @@ struct fuse_config {
/**
* If this option is given the file-system handlers for the
* following operations will not receive path information:
- * read, write, flush, release, fsync, readdir, releasedir,
- * fsyncdir, lock, ioctl and poll.
+ * read, write, flush, release, fallocate, fsync, readdir,
+ * releasedir, fsyncdir, lock, ioctl and poll.
*
* For the truncate, getattr, chmod, chown and utimens
* operations the path will be provided only if the struct