From 3f6186ef867d3ff9b4d498592bfcbc6292b45a69 Mon Sep 17 00:00:00 2001 From: Johannes Leupolz Date: Sun, 7 Dec 2025 22:56:57 +0000 Subject: [PATCH] Change in release handler to make it semantically cleaner --- vuinputd/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vuinputd/src/main.rs b/vuinputd/src/main.rs index 6f8ceed..61602cd 100644 --- a/vuinputd/src/main.rs +++ b/vuinputd/src/main.rs @@ -363,7 +363,7 @@ unsafe extern "C" fn vuinput_release( ); drop(vuinput_state_mutex); // this also closes the file when no other references are open // TODO: maybe also ensure that nothing is left in the containers - fuse_lowlevel::fuse_reply_err(_req, 0); + fuse_lowlevel::fuse_reply_none(_req); } unsafe extern "C" fn vuinput_ioctl(