From 97f4a9cb4fc69be5c3b4d7631ebe20355bdc83dc Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 7 Oct 2016 21:08:40 -0700 Subject: 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=`` option instead. --- ChangeLog.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.rst') 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=`` option instead. + FUSE 3.0.0pre0 (2016-10-03) ============================ -- cgit v1.2.3