[CRIU] [RFC PATCH 1/5] protobuf/mnt.proto: AutoFS type added
Stanislav Kinsburskiy
skinsbursky at virtuozzo.com
Mon Nov 23 09:22:32 PST 2015
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 12582e9..e896af0 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