From 3114ff2b9b72640bdbbaacd97f1a712915d82209 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 8 Oct 2016 19:29:39 -0700 Subject: Added timefs[12] examples. These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions. --- ChangeLog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index bfe956b..e1085a5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,10 @@ Unreleased Changes ================== +* There are new ``timefs1`` and ``timefs2`` examples that demonstrate + the use of the `fuse_lowlevel_notify_store` and + `fuse_lowlevel_notify_inval_inode` functions. + * The ``-o big_writes`` mount option has been removed. It is now always active. File systems that want to limit the size of write requests should use the ``-o max_write=`` option instead. -- cgit v1.2.3