commit:     8abb47f7c34637d3c3b12525899f7d89f39d8b49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 08:30:53 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 08:30:53 2025 +0000
URL:        https://gitweb.gentoo.org/proj/steve.git/commit/?id=8abb47f7

Actually enable interrupt requests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 steve.cxx | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/steve.cxx b/steve.cxx
index 6b47968..726753d 100644
--- a/steve.cxx
+++ b/steve.cxx
@@ -93,9 +93,6 @@ static void steve_init(void *userdata, struct fuse_conn_info 
*conn)
 {
        steve_state *state = static_cast<steve_state *>(userdata);
 
-       /* Disable the receiving and processing of FUSE_INTERRUPT requests */
-       conn->no_interrupt = 1;
-
        state->tokens = state->jobs;
 
        fprintf(stderr, "steve running on /dev/steve for %d jobs\n", 
state->jobs);

Reply via email to