[CRIU] [PATCH 01/11] images: remap-file-path -- Reserve entries for NFS support

Cyrill Gorcunov gorcunov at openvz.org
Tue Aug 2 08:34:27 PDT 2016


And fix style.

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

diff --git a/images/remap-file-path.proto b/images/remap-file-path.proto
index 2221800c774f..54727b82ffc2 100644
--- a/images/remap-file-path.proto
+++ b/images/remap-file-path.proto
@@ -1,9 +1,13 @@
 syntax = "proto2";
 
 enum remap_type {
-  LINKED		= 0;
-  GHOST 		= 1;
-  PROCFS		= 2;
+	LINKED		= 0;
+	GHOST		= 1;
+	PROCFS		= 2;
+
+	/* Reserve for NFS support */
+	SPFS		= 3;
+	SPFS_LINKED	= 4;
 };
 
 message remap_file_path_entry {
-- 
2.7.4



More information about the CRIU mailing list