From b3109e71faf2713402f70d226617352815f6c72e Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 4 Aug 2017 22:38:03 +0200 Subject: Added writeback cache to passthrough_ll This fixes issue #191 (where the test was done by simply adding FUSE_CAP_WRITEBACK_CACHE without adjusting the flags in the open() call). Fixes: #191. --- ChangeLog.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 5fc0d0c..2640aa9 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -18,6 +18,8 @@ Unreleased Changes * Incorporated several patches from the FreeBSD port. libfuse should now compile under FreeBSD without the need for patches. +* The passthrough_ll example now supports writeback caching. + libfuse 3.1.0 (2017-07-08) ========================== -- cgit v1.2.3