mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 19:14:04 +00:00
dump: Drop redundant pr_debug
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
2c237b6973
commit
29e66613cb
1 changed files with 0 additions and 4 deletions
|
|
@ -759,7 +759,6 @@ static struct pstree_item *find_pstree_entry(pid_t pid)
|
|||
{
|
||||
struct pstree_item *item;
|
||||
|
||||
pr_debug("pid: %d\n", pid);
|
||||
item = xzalloc(sizeof(*item));
|
||||
if (!item)
|
||||
goto err;
|
||||
|
|
@ -899,9 +898,6 @@ static int finalize_core(pid_t pid, struct list_head *vma_area_list, struct cr_f
|
|||
fd_pages = cr_fdset->desc[CR_FD_PAGES].fd;
|
||||
fd_pages_shmem = cr_fdset->desc[CR_FD_PAGES_SHMEM].fd;
|
||||
|
||||
pr_debug("dsc: fd_core %d fd_pages %d fd_pages_shmem %d\n",
|
||||
fd_core, fd_pages, fd_pages_shmem);
|
||||
|
||||
lseek(fd_core, GET_FILE_OFF_AFTER(struct core_entry), SEEK_SET);
|
||||
lseek(fd_pages, MAGIC_OFFSET, SEEK_SET);
|
||||
lseek(fd_pages_shmem, MAGIC_OFFSET, SEEK_SET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue