Commit 26aadb5a authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

images: remap-file-path -- Reserve entries for spfs manager

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 53a11dfc
......@@ -4,6 +4,9 @@ enum remap_type {
LINKED = 0;
GHOST = 1;
PROCFS = 2;
// Reserved for spfs manager
// SPFS = 3;
// SPFS_LINKED = 4;
};
message remap_file_path_entry {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment