mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +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:
parent
122cae2111
commit
ad93e59d57
@ -488,8 +488,6 @@ self_len_end:
|
|||||||
"g"(RESTORE_CMD__RESTORE_THREAD),
|
"g"(RESTORE_CMD__RESTORE_THREAD),
|
||||||
"g"(&thread_args[i])
|
"g"(&thread_args[i])
|
||||||
: "rax", "rdi", "rsi", "rdx", "r10", "memory");
|
: "rax", "rdi", "rsi", "rdx", "r10", "memory");
|
||||||
|
|
||||||
rst_mutex_lock(&args->rst_lock);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user