Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2023 09:02:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 273942] fusefs(5): read operation changes ctime on FUSE filesystems
Message-ID:  <bug-273942-3630-GIBv3rn1zX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273942-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273942-3630@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273942

--- Comment #19 from Agata <chogata@moosefs.com> ---
3.4 refers to FUSE API version or whatever you want to call it - basically what
version of FUSE library calls we are using. 

7.x is the library - kernel protocol, we cannot influence that, we are just
checking which version is in use and we have some conditions in code for
versions (basically if version is lower than 7.23 we add some workarounds for
some bugs, otherwise no workarounds are needed AND we allow cache invalidation
calls).

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273942-3630-GIBv3rn1zX>