[CRIU] [PATCH 2/6] images: remap-file-path -- Reserve entries for spfs manager

Cyrill Gorcunov gorcunov at openvz.org
Fri Mar 17 07:55:04 PDT 2017


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 images/remap-file-path.proto | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/images/remap-file-path.proto b/images/remap-file-path.proto
index 2221800c774f..3cc78a25e731 100644
--- a/images/remap-file-path.proto
+++ b/images/remap-file-path.proto
@@ -4,6 +4,9 @@ enum remap_type {
   LINKED		= 0;
   GHOST 		= 1;
   PROCFS		= 2;
+  // Reserved for spfs manager
+  // SPFS		= 3;
+  // SPFS_LINKED	= 4;
 };
 
 message remap_file_path_entry {
-- 
2.7.4



More information about the CRIU mailing list