Doc fixes (#537)
authorJunichi Uekawa <dancerj@gmail.com>
Sun, 9 Aug 2020 11:35:28 +0000 (20:35 +0900)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 11:35:28 +0000 (12:35 +0100)
* 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

doc/kernel.txt
include/fuse.h

index e73484f6a48bc6bb17aaa55ee4b0cd27ad1141b8..6e7c7a1b7ca521822bf0fd35d8b90ff92e78702f 100644 (file)
@@ -70,7 +70,7 @@ The filesystem type given to mount(2) can be one of the following:
 Mount options
 ~~~~~~~~~~~~~
 
-See mount.fuse(8).
+See mount.fuse3(8).
 
 Control filesystem
 ~~~~~~~~~~~~~~~~~~
@@ -80,7 +80,7 @@ There's a control filesystem for FUSE, which can be mounted by:
   mount -t fusectl none /sys/fs/fuse/connections
 
 Mounting it under the '/sys/fs/fuse/connections' directory makes it
-backwards compatible with earlier versions.
+backwards compatible with versions before 2.6.0.
 
 Under the fuse control filesystem each connection has a directory
 named by a unique number.
index a92d5ee8d42a1bbdf2dc42fe74d82e18c7ffe38e..7ffae4175bbf40ec3df2a2ed4f700e3a888b029f 100644 (file)
@@ -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