From 7b0075c06f171cdac7a3d565463c0e5938dff04d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 17 Sep 2018 14:53:30 +0100 Subject: Don't enable adaptive readdirplus unless fs has readdir() handler. --- ChangeLog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index af01d78..3d5c05b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,13 @@ +Unreleased Changes +================= + +* The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by + default unless the file system defines both a readdir() and a + readdirplus() handler. + +* The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been + improved. + libfuse 3.2.6 (2018-08-31) ========================== -- cgit v1.2.3