aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/mount.fuse.82
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/mount.fuse.8 b/doc/mount.fuse.8
index 88dd3f4..6c26578 100644
--- a/doc/mount.fuse.8
+++ b/doc/mount.fuse.8
@@ -33,8 +33,6 @@ This option disables flushing the cache of the file contents on every \fBopen\fP
\fBauto_cache\fP
This option enables automatic flushing of the data cache on \fBopen\fP(2). The cache will only be flushed if the modification time or the size of the file has changed.
.TP
-\fBlarge_read\fP
-Issue large read requests. This can improve performance for some filesystems, but can also degrade performance. This option is only useful on 2.4.X kernels, as on 2.6 kernels requests size is automatically determined for optimum performance.
.TP
\fBdirect_io\fP
This option disables the use of page cache (file content cache) in the kernel for this filesystem. This has several affects: