mount.fuse(8): remove max_readahead, max_write, [a]sync_read
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 18 Oct 2016 04:08:21 +0000 (21:08 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 20 Oct 2016 21:04:37 +0000 (14:04 -0700)
These are not mount options for FUSE file systems, but capabilites that
are worked out between libfuse and the fuse kernel module. For that
reason, they are also not accepted by fuse_session_new().

doc/mount.fuse.8

index dbe02170c8b4d4bc2c05f11089011e78b5698af6..ffe86bca5adaf671743b6005c14c0353ae6344a8 100644 (file)
@@ -45,18 +45,6 @@ without first unmounting the  file system.
 \fBmax_read=N\fP
 With this option the maximum size of read operations can be set. The default is infinite. Note that the size of read requests is limited anyway to 32 pages (which is 128kbyte on i386).
 .TP
-\fBmax_readahead=N\fN
-Set the maximum number of bytes to read-ahead.  The default is determined by the kernel. On linux-2.6.22 or earlier it's 131072 (128kbytes)
-.TP
-\fBmax_write=N\fP
-Set the maximum number of bytes in a single write operation. The default is 128kbytes.
-.TP
-\fBasync_read\fP
-Perform reads asynchronously. This is the default
-.TP
-\fBsync_read\fP
-Perform all reads (even read-ahead) synchronously.
-.TP
 \fBdebug\fP
 Turns on debug information printing by the library.
 .TP