aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-22 17:05:26 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-22 17:05:26 +0200
commit84499b2eefb0c8496b9eccb8b2c0f5928fb68ce6 (patch)
treec4c878651d409aef5889c496ecddb6bf0ceab521 /ChangeLog.rst
parentf88a285cf28b41064f0ed4c5a7e360c97059f942 (diff)
Document and unify error codes of fuse_lowlevel_notify_*
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 396b2d6..a564d9b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,12 @@
Unreleased Changes
==================
+* Improved documentation of `fuse_lowlevel_notify_*` functions.
+
+* `fuse_lowlevel_notify_inval_inode()` and
+ `fuse_lowlevel_notify_inval_entry()` now return -ENOSYS instead of
+ an undefined error if the function is not supported by the kernel.
+
* Documented the special meaning of the *zero* offset for the
fuse_fill_dir_t function.