aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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