Commit ad93e59d authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restore: Drop redundant rst_mutex_lock

It leads to circular lockup.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 122cae21
......@@ -488,8 +488,6 @@ self_len_end:
"g"(RESTORE_CMD__RESTORE_THREAD),
"g"(&thread_args[i])
: "rax", "rdi", "rsi", "rdx", "r10", "memory");
rst_mutex_lock(&args->rst_lock);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment