Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
29e66613
Commit
29e66613
authored
Dec 04, 2011
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dump: Drop redundant pr_debug
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@openvz.org
>
parent
2c237b69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
cr-dump.c
cr-dump.c
+0
-4
No files found.
cr-dump.c
View file @
29e66613
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment