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

Stanislav Kinsburskiy skinsbursky at virtuozzo.com
Wed Jan 27 04:03:40 PST 2016


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

diff --git a/protobuf/mnt.proto b/protobuf/mnt.proto
index 3902283..fe1e4bb 100644
--- a/protobuf/mnt.proto
+++ b/protobuf/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