diff --git a/src/cmd/cli_rm_data.cpp b/src/cmd/cli_rm_data.cpp index 0c1bfc27..41d26cf0 100644 --- a/src/cmd/cli_rm_data.cpp +++ b/src/cmd/cli_rm_data.cpp @@ -286,6 +286,8 @@ struct rm_inode_t .data = data, }; } + // Wakeup callers (otherwise they wake up only on next loop()) + parent->ringloop->wakeup(); } in_continue = false; }