[Bug 273942] fusefs(5): read operation changes ctime on FUSE filesystems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Oct 2023 09:02:57 UTC
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.