mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
restorer: Drop commented out code
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
58b0ef655f
commit
b0ea7a1a6b
@ -297,13 +297,6 @@ long __export_restore_task(struct task_restore_core_args *args)
|
|||||||
|
|
||||||
restorer_set_logfd(args->logfd);
|
restorer_set_logfd(args->logfd);
|
||||||
|
|
||||||
#if 0
|
|
||||||
write_hex_n((long)args);
|
|
||||||
write_hex_n((long)args->mem_zone.heap);
|
|
||||||
write_hex_n((long)core_entry);
|
|
||||||
write_hex_n((long)vma_entry);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
for (vma_entry = args->self_vmas; vma_entry->start != 0; vma_entry++) {
|
for (vma_entry = args->self_vmas; vma_entry->start != 0; vma_entry++) {
|
||||||
if (!vma_entry_is(vma_entry, VMA_AREA_REGULAR))
|
if (!vma_entry_is(vma_entry, VMA_AREA_REGULAR))
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user