Fix example/fix-notify_inval_inode.c (#908)
authorBernd Schubert <bernd.schubert@fastmail.fm>
Wed, 20 Mar 2024 14:25:41 +0000 (15:25 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 14:25:41 +0000 (15:25 +0100)
commit9a823df6d91869960b733581dc71ccefcbe92cc3
tree11c129e0c112934f36d9dca5825e2d0feef11e87
parentb4804ce3f851945ff4a38e91de918ce4c2ce1a71
Fix example/fix-notify_inval_inode.c (#908)

Similar issue as fixed in commit
3c7ba570 "examples/notify_store_retrieve: Add a clean shutdown".
Basically a clean shutdown was missing, but even with clean
shutdown it does not work, as kernel side releases inodes before
sending FUSE_DESTROY - the intervaled thread then gets
-ENOENT.

Co-authored-by: Bernd Schubert <bschubert@ddn.com>
example/notify_inval_inode.c