commit: a39de4e169435fa1bc6e297d7facfefdfddcd783
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 08:31:28 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 08:31:28 2025 +0000
URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=a39de4e1
Handle release correctly
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
steve.cxx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/steve.cxx b/steve.cxx
index 726753d..0ff6bb0 100644
--- a/steve.cxx
+++ b/steve.cxx
@@ -124,6 +124,8 @@ static void steve_release(fuse_req_t req, struct
fuse_file_info *fi)
if (state->verbose)
printf("Device closed by PID %ld\n", fi->fh);
+
+ fuse_reply_err(req, 0);
}
static void steve_interrupt(fuse_req_t req, void *userdata)