From fc7a57f0dc837ad163192def1cf676cdb3a490c0 Mon Sep 17 00:00:00 2001 From: Rian Hunter Date: Wed, 20 Jun 2018 22:31:53 +0300 Subject: Correct workaround condition for not using handle in sshfs_getattr (#127) In libfuse<3, when `fstat_workaround` was true, that meant to always use the `path` argument to resolve fgetattr instead of the supplied handle. Before this change, the logic was interpreting `fstat_workaround` to not use the `path` argument when it was true. This change reverts to the libfuse<3 behavior. --- ChangeLog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 556d27e..13b1916 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -4,6 +4,7 @@ Unreleased Changes * Make utimens(NULL) result in timestamp "now" -- no more touched files dated 1970-01-01 * New `createmode` workaround. +* Fix `fstat` workaround regression. Release 3.3.2 (2018-04-29) -------------------------- -- cgit v1.2.3