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
e42a486f
Commit
e42a486f
authored
Nov 14, 2013
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
files: Extend comment about "overlinked" files dump and restore
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
ce3b4aaa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
files-reg.c
files-reg.c
+7
-1
No files found.
files-reg.c
View file @
e42a486f
...
@@ -456,7 +456,13 @@ static int check_path_remap(char *rpath, int plen, const struct stat *ost, int l
...
@@ -456,7 +456,13 @@ static int check_path_remap(char *rpath, int plen, const struct stat *ost, int l
return
0
;
return
0
;
/*
/*
* FIXME linked file, but the name we see it by is reused
* FIXME linked file, but the name we see it by is reused
* by somebody else.
* by somebody else. We can dump it with linked remaps, but
* we'll have difficulties on restore -- we will have to
* move the exisint file aside, then restore this one,
* unlink, then move the original file back. It's fairly
* easy to do, but we don't do it now, since unlinked files
* have the "(deleted)" suffix in proc and name conflict
* is unlikely :)
*/
*/
pr_err
(
"Unaccessible path opened %u:%u, need %u:%u
\n
"
,
pr_err
(
"Unaccessible path opened %u:%u, need %u:%u
\n
"
,
(
int
)
pst
.
st_dev
,
(
int
)
pst
.
st_ino
,
(
int
)
pst
.
st_dev
,
(
int
)
pst
.
st_ino
,
...
...
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