From e8a9e84672dcaa892d4708c163f768dc177b6d4c Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sun, 9 Aug 2020 20:35:28 +0900 Subject: 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 --- include/fuse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fuse.h') 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 -- cgit v1.2.3