aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 18:49:52 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 18:49:52 -0700
commitd6217bb2a0450a9c4279526b5de5b21e3e3575d8 (patch)
tree312fa0aff0bbfb08c55c3789875db9795a3e05c1 /doc
parent73b6ff4b75cf1228ea61262c293fcb2fda5dfeea (diff)
Drop -o large_read mount option
This was only relevant for 2.4 kernels. Fixes #92.
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: