Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@virtuozzo.com>2017-04-28 03:59:30 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-05-19 09:33:02 +0300
commit695295ae9845447eacdb6011ba5a5a5a7a4c62f4 (patch)
treed11aceb8757bb4c0c6801d0793ae295dafdbac78 /images/fsnotify.proto
parent6f8f85ffd4f5aa29d592417e59032617e21af8e5 (diff)
fsnotify: don't save mnt_id if a mount namepsace isn't dumped
Processes can be restored in another mntns, so mnt_id will be useless in this case. If mntns isn't dumped, we have to dump a path to a mount point. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com> Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'images/fsnotify.proto')
-rw-r--r--images/fsnotify.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/fsnotify.proto b/images/fsnotify.proto
index 1f73d9b01..399a449a0 100644
--- a/images/fsnotify.proto
+++ b/images/fsnotify.proto
@@ -33,6 +33,7 @@ message fanotify_inode_mark_entry {
message fanotify_mount_mark_entry {
required uint32 mnt_id = 1;
+ optional string path = 2;
}
message fanotify_mark_entry {