aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
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 /ChangeLog.rst
parent73b6ff4b75cf1228ea61262c293fcb2fda5dfeea (diff)
Drop -o large_read mount option
This was only relevant for 2.4 kernels. Fixes #92.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index d18fc3e..99e548a 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,9 @@
Unreleased Changes
==================
+* The ``-o large_read`` mount option has been dropped. Hopefully no
+ one uses a Linux 2.4 kernel anymore.
+
* The chmod, chown, truncate, utimens and getattr handlers of the
high-level API now all receive an additional struct fuse_file_info
pointer. This pointer is NULL if the file is not currently open.