2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

restore: Drop redundant rst_mutex_lock

It leads to circular lockup.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2011-11-23 00:51:17 +04:00
parent 122cae2111
commit ad93e59d57

View File

@ -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);
}
}