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
eff166e9
Commit
eff166e9
authored
Apr 09, 2015
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fdinfo: Don't hide fdinfos' restore errors
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
8ec2ea82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
files.c
files.c
+4
-1
No files found.
files.c
View file @
eff166e9
...
@@ -1023,6 +1023,9 @@ int prepare_fds(struct pstree_item *me)
...
@@ -1023,6 +1023,9 @@ int prepare_fds(struct pstree_item *me)
break
;
break
;
}
}
if
(
ret
)
goto
out_w
;
for
(
state
=
0
;
state
<
ARRAY_SIZE
(
states
);
state
++
)
{
for
(
state
=
0
;
state
<
ARRAY_SIZE
(
states
);
state
++
)
{
if
(
!
states
[
state
].
required
)
{
if
(
!
states
[
state
].
required
)
{
pr_debug
(
"Skipping %s fd stage
\n
"
,
states
[
state
].
name
);
pr_debug
(
"Skipping %s fd stage
\n
"
,
states
[
state
].
name
);
...
@@ -1037,7 +1040,7 @@ int prepare_fds(struct pstree_item *me)
...
@@ -1037,7 +1040,7 @@ int prepare_fds(struct pstree_item *me)
if
(
ret
)
if
(
ret
)
break
;
break
;
}
}
out_w:
if
(
rsti
(
me
)
->
fdt
)
if
(
rsti
(
me
)
->
fdt
)
futex_inc_and_wake
(
&
rsti
(
me
)
->
fdt
->
fdt_lock
);
futex_inc_and_wake
(
&
rsti
(
me
)
->
fdt
->
fdt_lock
);
out:
out:
...
...
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