From d6217bb2a0450a9c4279526b5de5b21e3e3575d8 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 15 Oct 2016 18:49:52 -0700 Subject: Drop -o large_read mount option This was only relevant for 2.4 kernels. Fixes #92. --- doc/mount.fuse.8 | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') 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: -- cgit v1.2.3