[CRIU] [PATCH v4 02/17] protobuf/mnt.proto: AutoFS type added

Stanislav Kinsburskiy skinsbursky at virtuozzo.com
Thu Jan 7 08:09:22 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