mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
restore: don't miss futex abort in restore_task_with_children
Fixes: 37b99ebe5 ("files: Do setup_newborn_fds() later")
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
parent
676b4579f9
commit
e7ab6fe635
1 changed files with 1 additions and 1 deletions
|
|
@ -1790,7 +1790,7 @@ static int restore_task_with_children(void *_arg)
|
|||
}
|
||||
|
||||
if (log_init_by_pid(vpid(current)))
|
||||
return -1;
|
||||
goto err;
|
||||
|
||||
if (current->parent == NULL) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue