aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 18:51:00 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 18:51:00 -0700
commit86b261490611ffb0ccd46d3f0f2ae9eca9ae98af (patch)
tree765c680a3c1c510bfd1e988dedc4894b1d980e7d /doc
parentd6217bb2a0450a9c4279526b5de5b21e3e3575d8 (diff)
Fix documentation of -o max_write=
big_writes has been available for some time, and is the default in FUSE 3. So max_write now actually takes effect. (This really should have gone into commit 97f4a9cb4fc69)
Diffstat (limited to 'doc')
-rw-r--r--doc/mount.fuse.82
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mount.fuse.8 b/doc/mount.fuse.8
index 6c26578..9707cc7 100644
--- a/doc/mount.fuse.8
+++ b/doc/mount.fuse.8
@@ -48,7 +48,7 @@ With this option the maximum size of read operations can be set. The default is
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. Note, that due to various limitations, the size of write requests can be much smaller (4kbytes). This limitation will be removed in the future.
+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