Fix issue #746. (#782)
authorPeri <peri@srdi.org>
Thu, 11 May 2023 01:38:46 +0000 (02:38 +0100)
committerGitHub <noreply@github.com>
Thu, 11 May 2023 01:38:46 +0000 (02:38 +0100)
commitbb1890afd7d1eb33e95f36d1d9936dbd574260b6
tree9c5d13d913e6dcd0fab15b8970c8805620305e81
parentfcd293f675fc7bfa0522186c5d68ef932eec6945
Fix issue #746. (#782)

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.
lib/fuse.c
test/meson.build
test/release_unlink_race.c [new file with mode: 0644]
test/test_examples.py