aboutsummaryrefslogtreecommitdiffstats
path: root/test/release_unlink_race.c
AgeCommit message (Collapse)AuthorLines
2023-05-11Fix 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.