Announcing macFUSE 4.10.2 Posted on 01 Apr 2025
Release Notes
-
Invalidate a vnode’s identity in case the corresponding file is removed.
When performing a remove operation, the file might not actually be removed by the user space code.
libfuserenames open files, hides them and defers removing them until all open file handles have been closed (unlesshard_removeis enabled). This means we might come across the vnode again, e.g. while performing areaddir(3)operation. We need to invalidate the vnode’s current identity to make sure Finder does not display any outdated information. -
Optimize build script



