From 6c66dac9f229d0035f83ae63d9033e4f51d9c5c8 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 18 Oct 2016 21:02:32 -0700 Subject: Pass struct fuse_config to high-level init() handler. --- ChangeLog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog.rst') 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. -- cgit v1.2.3