aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-18 21:02:32 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-20 14:05:15 -0700
commit6c66dac9f229d0035f83ae63d9033e4f51d9c5c8 (patch)
tree381089385e33beb9dc6d3fadcd6fedf78a93f41a /ChangeLog.rst
parentbc02a2cda954151aa8cb1f47e143fb8dd4b8737e (diff)
downloadlibfuse-6c66dac9f229d0035f83ae63d9033e4f51d9c5c8.tar.gz
Pass struct fuse_config to high-level init() handler.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a668d5f..7d32ba6 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
Unreleased Changes
==================
+* The high-level init() handler now receives an additional struct
+ fuse_config pointer that can be used to adjust high-level API
+ specific configuration options.
+
* File systems that use the low-level API and support lookup requests
for '.' and '..' should continue make sure to set the
FUSE_CAP_EXPORT_SUPPORT bit in fuse_conn_info->want.