[CRIU] [PATCH v8 01/15] protobuf/mnt.proto: AutoFS type added

Stanislav Kinsburskiy skinsbursky at virtuozzo.com
Wed Mar 16 06:16:55 PDT 2016


Signed-off-by: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
---
 images/mnt.proto |    1 +
 1 file changed, 1 insertion(+)

diff --git a/images/mnt.proto b/images/mnt.proto
index 3902283..fe1e4bb 100644
--- a/images/mnt.proto
+++ b/images/mnt.proto
@@ -19,6 +19,7 @@ enum fstype {
 	FUSE			= 15;
 	AUTO			= 16;
 	OVERLAYFS		= 17;
+	AUTOFS			= 18;
 };
 
 message mnt_entry {



More information about the CRIU mailing list