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
5289ea97
Commit
5289ea97
authored
Aug 06, 2014
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mnt: Extend comment about how mntinfo->mountpoint path looks like
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
9fd793e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
proc_parse.h
include/proc_parse.h
+7
-3
No files found.
include/proc_parse.h
View file @
5289ea97
...
@@ -107,9 +107,13 @@ struct mount_info {
...
@@ -107,9 +107,13 @@ struct mount_info {
unsigned
int
s_dev
;
unsigned
int
s_dev
;
char
*
root
;
char
*
root
;
/*
/*
* mountpoint contains path with dot at the beginning.
* During dump mountpoint contains path with dot at the
* It allows to use openat, statat, etc without creating
* beginning. It allows to use openat, statat, etc without
* a temporary copy.
* creating a temporary copy of the path.
*
* On restore mountpoint is prepended with so called ns
* root path -- it's a place in fs where the namespace
* mount tree is constructed. Check mnt_roots for details.
*/
*/
char
*
mountpoint
;
char
*
mountpoint
;
unsigned
flags
;
unsigned
flags
;
...
...
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