Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-11 | Fix issue #746. (#782) | Peri | -0/+111 | |
Added a secondary check in fuse_lib_unlink() after hide_node() to check again under a lock if the (now hidden) file is still open. If not then delete it. This should synchronise fuse_lib_unlink() with fuse_lib_release(), when nullpath_ok is set. |