Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'criu/cr-restore.c')
-rw-r--r--criu/cr-restore.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/criu/cr-restore.c b/criu/cr-restore.c
index 9a1b23999..9c480be78 100644
--- a/criu/cr-restore.c
+++ b/criu/cr-restore.c
@@ -2071,24 +2071,6 @@ static int catch_tasks(bool root_seized)
return 0;
}
-static int clear_breakpoints(void)
-{
- struct pstree_item *item;
- int ret = 0, i;
-
- if (fault_injected(FI_NO_BREAKPOINTS))
- return 0;
-
- for_each_pstree_item(item) {
- if (!task_alive(item))
- continue;
- for (i = 0; i < item->nr_threads; i++)
- ret |= ptrace_flush_breakpoints(item->threads[i].real);
- }
-
- return ret;
-}
-
static void finalize_restore(void)
{
struct pstree_item *item;
@@ -2459,9 +2441,6 @@ skip_ns_bouncing:
goto out_kill_network_unlocked;
}
- if (clear_breakpoints())
- pr_err("Unable to flush breakpoints\n");
-
finalize_restore();
/*
* Some external devices such as GPUs might need a very late