aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-04 22:12:36 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-06 10:13:43 +0200
commited0cfd8c7ce906b10aac895095545d199eafbcc6 (patch)
tree1a6eb32d9b9e47390cfa66b80b813e0713cde139 /ChangeLog.rst
parentc36e7d528e87f2327bdb56ea2b1ada9e05cb08ac (diff)
Clarify how the filesystem should handle open/create flags
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 6928338..5fc0d0c 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,9 @@
Unreleased Changes
==================
+* Documentation: clarified how filesystems are supposed to process
+ open() and create() flags (see include/fuse_lowlevel.h).
+
* Fixed a compilation problem of the passthrough_ll example on
32 bit systems (wrong check and wrong error message).