aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-07 21:08:40 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-08 21:26:36 -0700
commit97f4a9cb4fc69be5c3b4d7631ebe20355bdc83dc (patch)
treea8575cf3f00cf10ec0a6bd0e591fabe1a697c5e5 /ChangeLog.rst
parent2680c5b9951b022351dd698b1ba21e965355ad16 (diff)
Removed ``-o big_writes`` option
This option is obsolete and should always be enabled. File systems that want to limit the size of write requests should use the ``-o max_write=<N>`` option instead.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 78f6d51..bfe956b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,10 @@
+Unreleased Changes
+==================
+
+* The ``-o big_writes`` mount option has been removed. It is now
+ always active. File systems that want to limit the size of write
+ requests should use the ``-o max_write=<N>`` option instead.
+
FUSE 3.0.0pre0 (2016-10-03)
============================