aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-17 21:08:21 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-20 14:04:37 -0700
commite869f7cc8ee2b0372da42cf31d08fc21c9f4d862 (patch)
treedc6fea1b76ab3a1d535bc7a4b6257c190a4df91c /doc
parent7c01d75a89051997ee620f2c2eeaf77b00824a5d (diff)
mount.fuse(8): remove max_readahead, max_write, [a]sync_read
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().
Diffstat (limited to 'doc')
-rw-r--r--doc/mount.fuse.812
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/mount.fuse.8 b/doc/mount.fuse.8
index dbe0217..ffe86bc 100644
--- a/doc/mount.fuse.8
+++ b/doc/mount.fuse.8
@@ -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